1
0
Fork 0

Switch back to using psycopg2.

This commit is contained in:
Amjith Ramanujam 2015-02-08 14:45:22 -08:00
parent 36b8ce0b1e
commit 26d6899ec8
1 changed files with 1 additions and 1 deletions

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.6.1',
'psycopg2 >= 2.5.4',
'sqlparse >= 0.1.14'
],
entry_points='''