This commit is contained in:
2023-11-30 09:49:23 +03:00
parent 37f8dd2f53
commit 64db057706
3 changed files with 27 additions and 31 deletions

View File

@@ -15,8 +15,8 @@ redis = { extras = ["hiredis"], version = "^5.0.1" }
ariadne = "^0.21"
starlette = "^0.32"
uvicorn = "^0.24"
httpx = "^0.25.0"
itsdangerous = "^2.1.2"
aiohttp = "^3.9.1"
[tool.poetry.dev-dependencies]
pytest = "^7.4.2"