Skip to content

Commit

Permalink
requirements: fix lower redis version
Browse files Browse the repository at this point in the history
new version causes a bug: celery/celery#5175
  • Loading branch information
tomashudeckiwi committed Nov 23, 2018
1 parent 2bc8094 commit 12802a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -40,7 +40,7 @@ python-gitlab==1.6.0
python3-openid==3.1.0 # via django-allauth
pytz==2018.7 # via celery, django
raven==6.9.0
redis==3.0.1
redis==2.10.6
requests-oauthlib==1.0.0 # via django-allauth
requests==2.20.1
rsa==4.0 # via google-auth
Expand Down

0 comments on commit 12802a8

Please sign in to comment.