Use database caching instead of Redis
This commit is contained in:
parent
5727ca0c74
commit
59c0b81262
3 changed files with 4 additions and 145 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue