Add cache locks

This commit is contained in:
2022-08-20 23:52:10 +03:00
parent 2750436a5b
commit eb9cf2fe29
4 changed files with 185 additions and 90 deletions

View File

@@ -11,12 +11,13 @@ httpx = ">=0.23.0"
alembic = "^1.7.7"
ormar = {extras = ["postgresql"], version = "^0.11.0"}
uvicorn = {extras = ["standart"], version = "^0.17.6"}
arq = "^0.22"
arq = "^0.23a1"
prometheus-fastapi-instrumentator = "^5.8.1"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
orjson = "^3.6.8"
sentry-sdk = "^1.5.12"
aioredis = "^2.0.1"
[tool.poetry.dev-dependencies]