Temporarily downgrade the gunicorn version until the fix for this bug is available: https://github.com/benoitc/gunicorn/issues/790
This commit is contained in:
parent
cceb09d4f6
commit
db953cdc79
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ python-dateutil
|
||||||
boto
|
boto
|
||||||
pymysql
|
pymysql
|
||||||
stripe
|
stripe
|
||||||
gunicorn
|
gunicorn<19.0
|
||||||
gevent
|
gevent
|
||||||
mixpanel-py
|
mixpanel-py
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
|
|
|
@ -25,7 +25,7 @@ docker-py==0.3.2
|
||||||
ecdsa==0.11
|
ecdsa==0.11
|
||||||
gevent==1.0.1
|
gevent==1.0.1
|
||||||
greenlet==0.4.2
|
greenlet==0.4.2
|
||||||
gunicorn==19.0.0
|
gunicorn==18.0
|
||||||
hiredis==0.1.4
|
hiredis==0.1.4
|
||||||
html5lib==0.999
|
html5lib==0.999
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
|
|
Reference in a new issue