0.0.3
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
2023-11-30 09:42:41 +03:00
parent 851ab77f7b
commit 9849788cb6
4 changed files with 29 additions and 23 deletions

View File

@@ -11,13 +11,13 @@ authors = ["discours.io devteam"]
[tool.poetry.dependencies]
python = "^3.12"
SQLAlchemy = "^2.0.22"
httpx = "^0.25.0"
psycopg2-binary = "^2.9.9"
redis = {extras = ["hiredis"], version = "^5.0.1"}
uvicorn = "^0.24.0.post1"
strawberry-graphql = {extras = ["asgi", "debug-server"], version = "^0.215.1" }
sentry-sdk = "^1.37.1"
strawberry-sqlalchemy-mapper = "^0.3.1"
aiohttp = "^3.9.1"
[tool.poetry.dev-dependencies]
pytest = "^7.4.2"