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