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 committed by GitHub
parent 6354df0a8a
commit ae0ad11c0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'