mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
Migrate from aioredis to redis
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user