dbcli / litecli

CLI for SQLite Databases with auto-completion and syntax highlighting
https://litecli.com
BSD 3-Clause "New" or "Revised" License
2.09k stars 67 forks source link

prompt-toolkit-upgrade #83

Closed leonjza closed 4 years ago

leonjza commented 4 years ago

We use litecli as detailed in #75. python-prompt-toolkit has reached version 3, but litecli requires version 2 still. Any chance for an upgrade, please? The upgrade itself should be pretty simple as detailed here.

ERROR: litecli 1.2.0 has requirement prompt-toolkit<2.1.0,>=2.0.0, but you'll have prompt-toolkit 3.0.3 which is incompatible.
leonjza commented 4 years ago

Bump.

amjith commented 4 years ago

@leonjza I'm happy to take a PR if you can.

I'm swamped at work and have low bandwidth at the moment to do the due testing to make sure the upgrade won't break everything. :smile:

leonjza commented 4 years ago

I made PR #84 for this.

amjith commented 4 years ago

Merged and released a new version of litecli.