redis
All checks were successful
Deploy to v2 / deploy (push) Successful in 1m35s

This commit is contained in:
Untone 2024-02-17 16:46:08 +03:00
parent d963ed714c
commit 43e3ae568f

View File

@ -9,6 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
aiohttp = "^3.9.3"
redis = {extras = ["hiredis"], version = "^5.0.1"}
strawberry-graphql = {extras = ["asgi", "debug-server"], version = "^0.219.2"}
granian = "^1.1.0"
sentry-sdk = {extras = ["strawberry"], version = "^1.40.4"}