use redis for the cache

This commit is contained in:
thomas girod
2024-07-31 00:17:41 +02:00
parent 4d2b82235c
commit c7b47bdd02
3 changed files with 138 additions and 4 deletions

View File

@ -50,6 +50,7 @@ django-honeypot = "^1.2.0"
[tool.poetry.group.prod.dependencies]
# deps used in prod, but unnecessary for development
psycopg2-binary = "^2.9"
redis = {extras = ["hiredis"], version = "^5.0.8"}
[tool.poetry.group.prod]
optional = true