Switch from django-redis-cache to django-redis, which does the same thing but is actively maintained

This commit is contained in:
Danielle McLean 2018-04-24 12:45:05 +10:00
parent 9d30534d1d
commit 0f95cfa0bc
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240
3 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,6 @@ gunicorn = {extras = ["gevent"]}
pillow = "*"
python-memcached = "*"
django-meta = "*"
django-redis-cache = "*"
django-activeurl = "*"
django-otp = "*"
qrcode = "*"
@ -44,5 +43,6 @@ python-baseconv = "*"
django-computed-property = "*"
docutils = "*"
django-super-favicon = "*"
django-redis = "*"
[dev-packages]