schema-fix
All checks were successful
deploy / deploy (push) Successful in 1m18s

This commit is contained in:
2023-11-26 21:21:14 +03:00
parent 391958e60c
commit 2eaefaa62f
4 changed files with 79 additions and 69 deletions

View File

@@ -17,11 +17,13 @@ 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"
[tool.poetry.dev-dependencies]
pytest = "^7.4.2"
black = { version = "^23.9.1", python = ">=3.12" }
mypy = { version = "^1.7", python = ">=3.12" }
setuptools = "^69.0.2"
[tool.black]
line-length = 120