mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +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
|
||||
|
||||
{% if cookiecutter.use_celery == "y" %}
|
||||
celery==4.0.2
|
||||
celery==3.1.24
|
||||
{% endif %}
|
||||
|
||||
{% if cookiecutter.use_compressor == "y" %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user