formatted

This commit is contained in:
2023-10-14 15:59:43 +03:00
parent 4ddc424f29
commit 154633c114
15 changed files with 63 additions and 48 deletions

View File

@@ -11,7 +11,7 @@ authors = ["Tony Rewin <anton.rewin@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.12"
sentry-sdk = "^1.32.0"
redis = {extras = ["hiredis"], version = "^5.0.1"}
redis = { extras = ["hiredis"], version = "^5.0.1" }
ariadne = "^0.20.1"
starlette = "^0.31.1"
uvicorn = "^0.23.0"
@@ -20,6 +20,7 @@ itsdangerous = "^2.1.2"
[tool.poetry.dev-dependencies]
pytest = "^7.4.2"
black = { version = "^23.9.1", python = ">=3.12" }
[tool.black]
line-length = 120