Downgrade Redis to 3.3.11 as Kombu is incompatible with 3.4.0

Fixes #2425
This commit is contained in:
Bruno Alla 2020-01-31 17:15:37 +00:00
parent 3598b33999
commit 1f35086fe5

View File

@ -8,7 +8,7 @@ argon2-cffi==19.2.0 # https://github.com/hynek/argon2_cffi
{%- if cookiecutter.use_whitenoise == 'y' %}
whitenoise==5.0.1 # https://github.com/evansd/whitenoise
{%- endif %}
redis==3.4.0 # https://github.com/andymccurdy/redis-py
redis==3.3.11 # pyup: != 3.4.0 # https://github.com/andymccurdy/redis-py
{%- if cookiecutter.use_celery == "y" %}
celery==4.4.0 # pyup: < 5.0 # https://github.com/celery/celery
django-celery-beat==1.5.0 # https://github.com/celery/django-celery-beat