Upgrade dependency psycopg2 to ==2.7.1 (#721)
This commit is contained in:
parent
dac7a77afb
commit
ea1e9cb4c6
2
setup.py
2
setup.py
|
@ -45,7 +45,7 @@ install_requires = [
|
||||||
'SQLAlchemy-Utils==0.32.14',
|
'SQLAlchemy-Utils==0.32.14',
|
||||||
'requests==2.11.1',
|
'requests==2.11.1',
|
||||||
'ndg-httpsclient==0.4.2',
|
'ndg-httpsclient==0.4.2',
|
||||||
'psycopg2==2.6.2',
|
'psycopg2==2.7.1',
|
||||||
'arrow==0.10.0',
|
'arrow==0.10.0',
|
||||||
'six==1.10.0',
|
'six==1.10.0',
|
||||||
'gunicorn==19.7.1',
|
'gunicorn==19.7.1',
|
||||||
|
|
Loading…
Reference in New Issue