mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-18 20:12:22 +03:00
parent
7b8ef0a08e
commit
9156c58feb
|
@ -16,7 +16,7 @@ redis==6.2.0 # https://github.com/redis/redis-py
|
||||||
hiredis==3.2.1 # https://github.com/redis/hiredis-py
|
hiredis==3.2.1 # https://github.com/redis/hiredis-py
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if cookiecutter.use_celery == "y" %}
|
{%- if cookiecutter.use_celery == "y" %}
|
||||||
celery==5.5.2 # pyup: < 6.0 # https://github.com/celery/celery
|
celery==5.5.3 # pyup: < 6.0 # https://github.com/celery/celery
|
||||||
django-celery-beat==2.8.1 # https://github.com/celery/django-celery-beat
|
django-celery-beat==2.8.1 # https://github.com/celery/django-celery-beat
|
||||||
{%- if cookiecutter.use_docker == 'y' %}
|
{%- if cookiecutter.use_docker == 'y' %}
|
||||||
flower==2.0.1 # https://github.com/mher/flower
|
flower==2.0.1 # https://github.com/mher/flower
|
||||||
|
|
Loading…
Reference in New Issue
Block a user