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:
Bruno Alla 2019-03-25 12:22:35 +00:00 committed by GitHub
parent a071024301
commit 7f5925fae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}