1
0
Fork 0

Do not use psycopg2 2.8 yet.

This commit is contained in:
Irina Truong 2018-03-23 11:16:06 -07:00
parent dd579cd330
commit b95ac556ca
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ install_requirements = [
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.10,<1.1.0',
'psycopg2 >= 2.7.4',
'psycopg2 >= 2.7.4,<2.8',
'sqlparse >=0.2.2,<0.3.0',
'configobj >= 5.0.6',
'humanize >= 0.5.1',