Add kombu to base (celery) dependencies

Using latest version 4.4.0, previous suitable 4.3.0
also had bug: kombu/issues#1006
This commit is contained in:
Oleg Russkin 2019-03-12 16:38:43 +02:00
parent 6213af4b56
commit 638c93d1df

View File

@ -11,6 +11,7 @@ whitenoise==4.1.2 # https://github.com/evansd/whitenoise
redis>=3.2.0 # https://github.com/antirez/redis
{%- if cookiecutter.use_celery == "y" %}
celery==4.2.1 # 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.2 # https://github.com/mher/flower
{%- endif %}