limit to gunicorn<0.19
This commit is contained in:
parent
aacc712869
commit
cf862fc7d6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ django-celery==3.0.23
|
||||||
#use fork fixing some postgresql issues
|
#use fork fixing some postgresql issues
|
||||||
-e git://github.com/bit/django-extensions.git#egg=django_extensions
|
-e git://github.com/bit/django-extensions.git#egg=django_extensions
|
||||||
-e git+git://github.com/dcramer/django-devserver#egg=django_devserver
|
-e git+git://github.com/dcramer/django-devserver#egg=django_devserver
|
||||||
gunicorn>=0.14.3
|
gunicorn>=0.14.3,<0.19
|
||||||
html5lib
|
html5lib
|
||||||
South
|
South
|
||||||
requests>=2.0.0
|
requests>=2.0.0
|
||||||
|
|
Loading…
Reference in a new issue