mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
Prevent pyup to Update Celery automatically
This commit is contained in:
parent
faabec8028
commit
d783367a86
|
@ -50,7 +50,7 @@ django-redis==4.8.0
|
|||
redis>=2.10.5
|
||||
|
||||
{% if cookiecutter.use_celery == "y" %}
|
||||
celery==3.1.25
|
||||
celery==3.1.25 # pyup: <4.0
|
||||
{% endif %}
|
||||
|
||||
{% if cookiecutter.use_compressor == "y" %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user