mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 04:00:12 +03:00
Update celery from 3.1.24 to 4.0.1
This commit is contained in:
parent
98a2e1705a
commit
ea4ea77964
|
@ -49,7 +49,7 @@ django-redis==4.6.0
|
|||
redis>=2.10.5
|
||||
|
||||
{% if cookiecutter.use_celery == "y" %}
|
||||
celery==3.1.24
|
||||
celery==4.0.1
|
||||
{% endif %}
|
||||
|
||||
{% if cookiecutter.use_compressor == "y" %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user