Migrate from aioredis to redis

This commit is contained in:
2022-10-26 23:35:39 +02:00
parent 37dfcdb285
commit fd58fbccaa
4 changed files with 9 additions and 28 deletions

View File

@@ -16,10 +16,10 @@ uvloop = "^0.17.0"
gunicorn = "^20.1.0"
orjson = "^3.8.1"
sentry-sdk = "^1.10.1"
aioredis = "^2.0.1"
ormar = {extras = ["postgresql"], version = "^0.12.0"}
greenlet = "1.1.3"
pydantic = "1.10.2"
redis = {extras = ["hiredis"], version = "^4.3.4"}
[tool.poetry.dev-dependencies]