limit to gunicorn<0.19

This commit is contained in:
j 2014-10-10 16:09:55 +02:00
parent aacc712869
commit cf862fc7d6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ django-celery==3.0.23
#use fork fixing some postgresql issues
-e git://github.com/bit/django-extensions.git#egg=django_extensions
-e git+git://github.com/dcramer/django-devserver#egg=django_devserver
gunicorn>=0.14.3
gunicorn>=0.14.3,<0.19
html5lib
South
requests>=2.0.0