mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
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:
parent
6354df0a8a
commit
ae0ad11c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
-e .
|
-e .
|
||||||
coverage
|
coverage
|
||||||
mockredispy
|
mockredispy
|
||||||
django-redis-cache
|
django-redis-cache==2.1.1
|
||||||
celery<5
|
celery<5
|
||||||
mock; python_version < '3.0'
|
mock; python_version < '3.0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue