mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-12 17:12:25 +03:00
Update Celery to v5
This commit is contained in:
parent
6266155094
commit
db09f07eb9
|
@ -17,10 +17,10 @@ redis==3.5.3 # https://github.com/andymccurdy/redis-py
|
|||
hiredis==2.0.0 # https://github.com/redis/hiredis-py
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_celery == "y" %}
|
||||
celery==4.4.6 # pyup: < 5.0,!=4.4.7 # https://github.com/celery/celery
|
||||
django-celery-beat==2.2.0 # https://github.com/celery/django-celery-beat
|
||||
celery==5.1.2 # pyup: < 6.0 # https://github.com/celery/celery
|
||||
django-celery-beat==2.2.1 # https://github.com/celery/django-celery-beat
|
||||
{%- if cookiecutter.use_docker == 'y' %}
|
||||
flower==0.9.7 # https://github.com/mher/flower
|
||||
flower==1.0.0 # https://github.com/mher/flower
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_async == 'y' %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user