Replace aioredis with redis

This commit is contained in:
2022-10-26 22:52:11 +02:00
parent cea09c3393
commit 2f9e70a5a5
5 changed files with 209 additions and 33 deletions

View File

@@ -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]