Update django-celery-beat from 1.6.0 to 2.0.0

This commit is contained in:
browniebroke 2020-02-29 11:00:30 +00:00
parent c54345e5f8
commit 7e0f86b4ba

View File

@ -11,7 +11,7 @@ whitenoise==5.0.1 # https://github.com/evansd/whitenoise
redis==3.4.1 # https://github.com/andymccurdy/redis-py
{%- if cookiecutter.use_celery == "y" %}
celery==4.4.0 # pyup: < 5.0 # https://github.com/celery/celery
django-celery-beat==1.6.0 # https://github.com/celery/django-celery-beat
django-celery-beat==2.0.0 # https://github.com/celery/django-celery-beat
{%- if cookiecutter.use_docker == 'y' %}
flower==0.9.3 # https://github.com/mher/flower
{%- endif %}