mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-26 09:14:30 +03:00
Update celery from 4.3.0 to 4.4.0
This commit is contained in:
parent
a4236e2d14
commit
8211a83f3a
|
@ -10,7 +10,7 @@ whitenoise==5.0.1 # https://github.com/evansd/whitenoise
|
|||
{%- endif %}
|
||||
redis==3.3.11 # https://github.com/antirez/redis
|
||||
{%- if cookiecutter.use_celery == "y" %}
|
||||
celery==4.3.0 # pyup: < 5.0 # https://github.com/celery/celery
|
||||
celery==4.4.0 # pyup: < 5.0 # https://github.com/celery/celery
|
||||
django-celery-beat==1.5.0 # https://github.com/celery/django-celery-beat
|
||||
{%- if cookiecutter.use_docker == 'y' %}
|
||||
flower==0.9.3 # https://github.com/mher/flower
|
||||
|
|
Loading…
Reference in New Issue
Block a user