mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-12 09:02:19 +03:00
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:
parent
6213af4b56
commit
638c93d1df
|
@ -11,6 +11,7 @@ whitenoise==4.1.2 # https://github.com/evansd/whitenoise
|
||||||
redis>=3.2.0 # https://github.com/antirez/redis
|
redis>=3.2.0 # https://github.com/antirez/redis
|
||||||
{%- if cookiecutter.use_celery == "y" %}
|
{%- if cookiecutter.use_celery == "y" %}
|
||||||
celery==4.2.1 # pyup: < 5.0 # https://github.com/celery/celery
|
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' %}
|
{%- if cookiecutter.use_docker == 'y' %}
|
||||||
flower==0.9.2 # https://github.com/mher/flower
|
flower==0.9.2 # https://github.com/mher/flower
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user