mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-17 03:51:02 +03:00
Remove Kombu from direct dependencies
This commit is contained in:
parent
e10aafe802
commit
b3680c8d72
|
@ -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.3.0 # 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