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

Upgrade python-prompt-toolkit. #84

Closed leonjza closed 4 years ago

leonjza commented 4 years ago

Description

This PR upgrades the python-prompt-toolkit dependency to version 3. Details can be found in #83.

Checklist

leonjza commented 4 years ago

Welp. Looks like this breaks old python installations. Personally I am not too sad about that. Thoughts?

amjith commented 4 years ago

I'll look into it tonight.

On Wed, Feb 5, 2020, 23:27 Leon Jacobs notifications@github.com wrote:

Welp. Looks like this breaks old python installations. Personally I am not too sad about that. Thoughts?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dbcli/litecli/pull/84?email_source=notifications&email_token=AAAMA3GYD5ZDKPS2WDHSFETRBO3VVA5CNFSM4KQX3ZFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEK6GOUY#issuecomment-582772563, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAMA3ENCKIJLUJYDRGDINLRBO3VVANCNFSM4KQX3ZFA .

amjith commented 4 years ago

Looks good. I'll remove the testing on older versions of Python.