1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-11-09 16:34:32 +03:00

Merge pull request #622 from dbcli/koljonen/show_vi_mode

Increased minimum prompt_toolkit requirement to 1.0.9.
This commit is contained in:
Amjith Ramanujam 2016-12-07 10:43:42 -08:00 committed by GitHub
commit 8dc435f6b1

View File

@ -15,7 +15,7 @@ install_requirements = [
'pgspecial>=1.6.0',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.0,<1.1.0',
'prompt_toolkit>=1.0.9,<1.1.0',
'psycopg2 >= 2.5.4',
'sqlparse >=0.2.2,<0.3.0',
'configobj >= 5.0.6',