check-deploy
Some checks failed
deploy / deploy (push) Failing after 1m27s

This commit is contained in:
2024-02-03 18:36:33 +03:00
parent 59a1f8c902
commit 15fd6ec765
5 changed files with 41 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
[tool.poetry]
name = "discoursio-notifier"
version = "0.2.22"
version = "0.3.0"
description = "notifier server for discours.io"
authors = ["discours.io devteam"]
@@ -15,19 +16,24 @@ sentry-sdk = "^1.39.2"
aiohttp = "^3.9.1"
pre-commit = "^3.6.0"
granian = "^1.0.1"
discoursio-core = { git = "https://dev.discours.io/discours.io/core.git", branch = "feature/core" }
[tool.poetry.group.dev.dependencies]
setuptools = "^69.0.2"
pyright = "^1.1.341"
pytest = "^7.4.2"
black = { version = "^23.12.0", python = ">=3.12" }
ruff = { version = "^0.1.8", python = ">=3.12" }
ruff = { version = "^0.1.15", python = ">=3.12" }
isort = "^5.13.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.setuptools.dynamic]
version = {attr = "notifier.__version__"}
readme = {file = "README.md"}
[tool.ruff]
line-length = 120
extend-select = [