1
0
Fork 0

bugfix: revert prompt_toolkit to 2.0.6

This was introduced by: e9c97072af (  Use
InputMode.REPLACE_SINGLE (#1208) )

see also: https://github.com/dbcli/pgcli/pull/1197
This commit is contained in:
laixintao 2020-09-14 10:01:23 +08:00
parent 49930e2d8c
commit e60d28f194
No known key found for this signature in database
GPG Key ID: 4E7314AC219D7FE4
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ install_requirements = [
"pgspecial>=1.11.8",
"click >= 4.1",
"Pygments >= 2.0", # Pygments has to be Capitalcased. WTF?
"prompt_toolkit>=3.0.6,<4.0.0",
# We still need to use pt-2 unless pt-3 released on Fedora32
# see: https://github.com/dbcli/pgcli/pull/1197
"prompt_toolkit>=2.0.6,<4.0.0",
"psycopg2 >= 2.8",
"sqlparse >=0.3.0,<0.4",
"configobj >= 5.0.6",