Upgrade to django-redis for cachalot

This commit is contained in:
2023-01-22 18:36:36 -05:00
parent 7796ff5786
commit b0fb62bdb9
3 changed files with 22 additions and 4 deletions

View File

@ -32,6 +32,7 @@ cinemagoer = "^2022.12.27"
pysportsdb = "^0.1.0"
django-cachalot = "^2.5.2"
pytz = "^2022.7.1"
django-redis = "^5.2.0"
[tool.poetry.dev-dependencies]
Werkzeug = "2.0.3"