Upgrade dependency gunicorn to ==19.7.1 (#733)
This commit is contained in:
parent
9b21197fec
commit
dac7a77afb
2
setup.py
2
setup.py
|
@ -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.7.0',
|
'gunicorn==19.7.1',
|
||||||
'marshmallow-sqlalchemy==0.12.1',
|
'marshmallow-sqlalchemy==0.12.1',
|
||||||
'marshmallow==2.13.4',
|
'marshmallow==2.13.4',
|
||||||
'cryptography==1.7',
|
'cryptography==1.7',
|
||||||
|
|
Loading…
Reference in New Issue