1
0
Fork 0

Keep support for prompt_toolkit 2 (#1197)

* Keep support for prompt_toolkit 2

* include prompt toolkit 3
This commit is contained in:
Dick Marinus 2020-07-08 21:28:24 +02:00 committed by GitHub
parent 41dd24e8da
commit 80bf05a3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Features:
* Add support for using [pspg](https://github.com/okbob/pspg) as a pager (#1102)
* Update python version in Dockerfile
* Support setting color for null, string, number, keyword value
* Support Prompt Toolkit 2
Bug fixes:
----------

View File

@ -9,7 +9,7 @@ install_requirements = [
"pgspecial>=1.11.8",
"click >= 4.1",
"Pygments >= 2.0", # Pygments has to be Capitalcased. WTF?
"prompt_toolkit>=3.0.0,<4.0.0",
"prompt_toolkit>=2.0.6,<4.0.0",
"psycopg2 >= 2.8",
"sqlparse >=0.3.0,<0.4",
"configobj >= 5.0.6",