mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-09 21:24:43 +00:00
update celery to 3.1.25
This commit is contained in:
parent
b42357966a
commit
cdebc13edc
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ django-redis==4.8.0
|
|||
redis>=2.10.5
|
||||
|
||||
{% if cookiecutter.use_celery == "y" %}
|
||||
celery==3.1.24
|
||||
celery==3.1.25
|
||||
{% endif %}
|
||||
|
||||
{% if cookiecutter.use_compressor == "y" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue