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:
Jake Moshenko 2014-07-17 14:04:51 -04:00
parent cceb09d4f6
commit db953cdc79
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ python-dateutil
boto
pymysql
stripe
gunicorn
gunicorn<19.0
gevent
mixpanel-py
beautifulsoup4

View file

@ -25,7 +25,7 @@ docker-py==0.3.2
ecdsa==0.11
gevent==1.0.1
greenlet==0.4.2
gunicorn==19.0.0
gunicorn==18.0
hiredis==0.1.4
html5lib==0.999
itsdangerous==0.24