cleaner-main
All checks were successful
Deploy to core / deploy (push) Successful in 1m51s

This commit is contained in:
2024-02-16 12:34:39 +03:00
parent 79ec5a1841
commit 994469c2e3
3 changed files with 47 additions and 50 deletions

View File

@@ -11,7 +11,7 @@ python = "^3.12"
SQLAlchemy = "^2.0.22"
psycopg2-binary = "^2.9.9"
redis = {extras = ["hiredis"], version = "^5.0.1"}
sentry-sdk = "^1.4.1"
sentry-sdk = { version = "^1.4.1", extras = ["starlette", "aiohttp", "ariadne", "sqlalchemy"] }
starlette = "^0.36.1"
gql = "^3.4.1"
ariadne = "^0.21"