mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 21:24:32 +03:00
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:
parent
75a0699848
commit
5309fbf5e7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user