mirror of
https://github.com/flibusta-apps/users_settings_server.git
synced 2025-12-06 14:45:38 +01:00
Replace aioredis with redis
This commit is contained in:
@@ -12,12 +12,12 @@ alembic = "^1.8.1"
|
||||
ormar = {extras = ["postgresql"], version = "^0.12.0"}
|
||||
uvicorn = {extras = ["standart"], version = "^0.19.0"}
|
||||
httpx = "^0.23.0"
|
||||
aioredis = "^2.0.1"
|
||||
orjson = "^3.8.1"
|
||||
prometheus-fastapi-instrumentator = "^5.9.1"
|
||||
uvloop = "^0.17.0"
|
||||
gunicorn = "^20.1.0"
|
||||
sentry-sdk = "^1.10.1"
|
||||
redis = {extras = ["hiredis"], version = "^4.3.4"}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user