Upgrade dependency six to ==1.11.0 (#926)

This commit is contained in:
Doppins 2017-09-25 18:19:40 +02:00 committed by kevgliss
parent e5f7172c97
commit a7923f2a06
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ install_requires = [
'ndg-httpsclient==0.4.2',
'psycopg2==2.7.3',
'arrow==0.10.0',
'six==1.10.0',
'six==1.11.0',
'marshmallow-sqlalchemy==0.13.1',
'gunicorn==19.7.1',
'marshmallow==2.13.6',