mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +03:00
Remove Kombu 4.4 from requirements
With the upgrade of Celery from 4.2.1 to 4.2.2, Kombu is now listed as a nested dependency with <4.4, so 4.4 is incompatible.
This commit is contained in:
parent
a071024301
commit
7f5925fae9
|
@ -11,7 +11,6 @@ whitenoise==4.1.2 # https://github.com/evansd/whitenoise
|
|||
redis==3.2.1 # https://github.com/antirez/redis
|
||||
{%- if cookiecutter.use_celery == "y" %}
|
||||
celery==4.2.2 # pyup: < 5.0 # https://github.com/celery/celery
|
||||
kombu==4.4.0 # https://github.com/celery/kombu
|
||||
{%- if cookiecutter.use_docker == 'y' %}
|
||||
flower==0.9.3 # https://github.com/mher/flower
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user