Upgrade celery to 4.2 (#1446)

* Update celery to 4.1.0

* Re-add endif closing block

* Update local.py

* Update base.txt

* Update local.py
This commit is contained in:
Wan Liuyang 2018-06-21 14:53:04 +08:00 committed by GitHub
parent 75a0699848
commit 5309fbf5e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ whitenoise==3.3.1 # https://github.com/evansd/whitenoise
{%- endif %}
redis>=2.10.5 # https://github.com/antirez/redis
{%- if cookiecutter.use_celery == "y" %}
celery==3.1.26.post2 # pyup: <4.0 # https://github.com/celery/celery
celery==4.2.0 # pyup: <5.0 # https://github.com/celery/celery
{%- endif %}
# Django