1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00

Pin the version to psycopg2cffi to 2.6.1 and above.

This commit is contained in:
Amjith Ramanujam 2015-02-08 14:04:25 -08:00
parent c5c3047b90
commit 749a69d621

View File

@ -27,7 +27,7 @@ setup(
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'jedi == 0.8.1', # Temporary fix for installation woes.
'prompt_toolkit==0.26',
'psycopg2cffi >= 2.5.4',
'psycopg2cffi >= 2.6.1',
'sqlparse >= 0.1.14'
],
entry_points='''