granian-dry-test

This commit is contained in:
2024-02-04 08:03:29 +03:00
parent b98da839ed
commit fe53ff6afc
2 changed files with 20 additions and 5 deletions

View File

@@ -13,11 +13,11 @@ python = "^3.12"
SQLAlchemy = "^2.0.22"
psycopg2-binary = "^2.9.9"
redis = {extras = ["hiredis"], version = "^5.0.1"}
uvicorn = "^0.27.0"
strawberry-graphql = {extras = ["asgi", "debug-server"], version = "^0.216.1" }
strawberry-sqlalchemy-mapper = "^0.4.0"
sentry-sdk = "^1.37.1"
aiohttp = "^3.9.1"
granian = "^1.0.2"
[tool.poetry.group.dev.dependencies]
setuptools = "^69.0.2"