Use database caching instead of Redis

This commit is contained in:
Joakim Hellsén 2024-02-02 21:34:56 +01:00
commit 59c0b81262
3 changed files with 4 additions and 145 deletions

View file

@ -19,9 +19,8 @@ flower = "^2.0.1"
gunicorn = "^21.2.0"
psycopg = { extras = ["binary"], version = "^3.1.17" }
python-dotenv = "^1.0.1"
redis = { extras = ["hiredis"], version = "^5.0.1" }
whitenoise = { extras = ["brotli"], version = "^6.6.0" }
listparser = {extras = ["http", "lxml"], version = "^0.19"}
listparser = { extras = ["http", "lxml"], version = "^0.19" }
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.6.0"