Fix Django-redis-cache version

The django-redis-cache version 2.1.3 is broken in pypi, let's roll back to 2.1.1 until it is fixed.
This commit is contained in:
Ken Cochrane 2020-10-16 15:03:06 -04:00
parent 6354df0a8a
commit 621b78c5d5

View file

@ -1,6 +1,6 @@
-e .
coverage
mockredispy
django-redis-cache
django-redis-cache==2.1.1
celery<5
mock; python_version < '3.0'