mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 09:32:26 +03:00
Require celery==3.1.24 instead of celery==4.0.2 (#1140)
This commit is contained in:
parent
e78b6fb425
commit
5b75ad6c9d
|
@ -51,7 +51,7 @@ django-redis==4.7.0
|
||||||
redis>=2.10.5
|
redis>=2.10.5
|
||||||
|
|
||||||
{% if cookiecutter.use_celery == "y" %}
|
{% if cookiecutter.use_celery == "y" %}
|
||||||
celery==4.0.2
|
celery==3.1.24
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if cookiecutter.use_compressor == "y" %}
|
{% if cookiecutter.use_compressor == "y" %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user