formatted
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user