This commit is contained in:
@@ -6,27 +6,27 @@ authors = ["Tony Rewin <anton.rewin@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
sentry-sdk = "^1.32.0"
|
||||
sentry-sdk = "^1.39.1"
|
||||
redis = { extras = ["hiredis"], version = "^5.0.1" }
|
||||
ariadne = "^0.21"
|
||||
starlette = "^0.32"
|
||||
starlette = "^0.34.0"
|
||||
uvicorn = "^0.24"
|
||||
itsdangerous = "^2.1.2"
|
||||
aiohttp = "^3.9.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
setuptools = "^69.0.2"
|
||||
isort = "^5.13.2"
|
||||
pyright = "^1.1.341"
|
||||
mypy = "^1.7.1"
|
||||
ruff = "^0.1.8"
|
||||
black = "^23.12.0"
|
||||
pytest = "^7.4.3"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^7.4.2"
|
||||
black = { version = "^23.9.1", python = ">=3.12" }
|
||||
ruff = { version = "^0.1.0", python = ">=3.12" }
|
||||
setuptools = "^69.0.2"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
target-version = ['py312']
|
||||
|
Reference in New Issue
Block a user