We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996b958 commit b76d8d4Copy full SHA for b76d8d4
1 file changed
{{cookiecutter.project_slug}}/requirements/base.txt
@@ -17,7 +17,7 @@ redis==3.5.3 # https://github.com/andymccurdy/redis-py
17
hiredis==1.1.0 # https://github.com/redis/hiredis-py
18
{%- endif %}
19
{%- if cookiecutter.use_celery == "y" %}
20
-celery==4.4.7 # pyup: < 5.0 # https://github.com/celery/celery
+celery==4.4.6 # pyup: < 5.0,!=4.4.7 # https://github.com/celery/celery
21
django-celery-beat==2.0.0 # https://github.com/celery/django-celery-beat
22
{%- if cookiecutter.use_docker == 'y' %}
23
flower==0.9.5 # https://github.com/mher/flower
0 commit comments