Upgrade dependency gunicorn to ==19.7.0 (#709)

This commit is contained in:
Doppins 2017-03-04 21:28:35 -05:00 committed by kevgliss
parent 14923f8c07
commit 038beafb5e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ install_requires = [
'psycopg2==2.6.2', 'psycopg2==2.6.2',
'arrow==0.10.0', 'arrow==0.10.0',
'six==1.10.0', 'six==1.10.0',
'gunicorn==19.6.0', 'gunicorn==19.7.0',
'marshmallow-sqlalchemy==0.12.1', 'marshmallow-sqlalchemy==0.12.1',
'marshmallow==2.13.1', 'marshmallow==2.13.1',
'cryptography==1.7', 'cryptography==1.7',