Switch from django-redis-cache to django-redis, which does the same thing but is actively maintained
This commit is contained in:
parent
9d30534d1d
commit
0f95cfa0bc
3 changed files with 8 additions and 8 deletions
2
Pipfile
2
Pipfile
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue