pin celery to a known version that works

newer celery 3.x seems to a bug which causes forked celery worker
interprocess communication to hang (see: #6534)
This commit is contained in:
Ryan Petrello
2017-07-12 11:17:14 -04:00
parent d03cacbb57
commit 0239cd37fe
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ backports.ssl-match-hostname==3.5.0.1
boto==2.46.1
boto3==1.4.4
channels==0.17.3
celery==3.1.25
celery==3.1.17
daphne>=0.15.0,<1.0.0
Django==1.8.16
django-auth-ldap==1.2.8