Update setup.py (#1055)
This commit is contained in:
parent
f262c93912
commit
aa5d97f49b
2
setup.py
2
setup.py
|
@ -45,7 +45,7 @@ install_requires = [
|
||||||
'SQLAlchemy-Utils==0.32.21',
|
'SQLAlchemy-Utils==0.32.21',
|
||||||
'requests==2.11.1',
|
'requests==2.11.1',
|
||||||
'ndg-httpsclient==0.4.2',
|
'ndg-httpsclient==0.4.2',
|
||||||
'psycopg2==2.7.3',
|
'psycopg2==2.7.3.2',
|
||||||
'arrow==0.12.0',
|
'arrow==0.12.0',
|
||||||
'six==1.11.0',
|
'six==1.11.0',
|
||||||
'marshmallow-sqlalchemy==0.13.1',
|
'marshmallow-sqlalchemy==0.13.1',
|
||||||
|
|
Loading…
Reference in New Issue