mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 07:05:36 +01:00
Migrate from aioredis to redis
This commit is contained in:
@@ -13,13 +13,13 @@ ormar = {extras = ["postgresql"], version = "^0.12.0"}
|
||||
alembic = "^1.8.1"
|
||||
fastapi-pagination = {extras = ["ormar"], version = "^0.10.0"}
|
||||
orjson = "^3.8.1"
|
||||
aioredis = "^2.0.1"
|
||||
httpx = "^0.23.0"
|
||||
meilisearch = "^0.22.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]
|
||||
pytest = "^7.1.2"
|
||||
|
||||
Reference in New Issue
Block a user