Upgrade dependency six to ==1.11.0 (#926)
This commit is contained in:
parent
e5f7172c97
commit
a7923f2a06
2
setup.py
2
setup.py
|
@ -47,7 +47,7 @@ install_requires = [
|
||||||
'ndg-httpsclient==0.4.2',
|
'ndg-httpsclient==0.4.2',
|
||||||
'psycopg2==2.7.3',
|
'psycopg2==2.7.3',
|
||||||
'arrow==0.10.0',
|
'arrow==0.10.0',
|
||||||
'six==1.10.0',
|
'six==1.11.0',
|
||||||
'marshmallow-sqlalchemy==0.13.1',
|
'marshmallow-sqlalchemy==0.13.1',
|
||||||
'gunicorn==19.7.1',
|
'gunicorn==19.7.1',
|
||||||
'marshmallow==2.13.6',
|
'marshmallow==2.13.6',
|
||||||
|
|
Loading…
Reference in New Issue