fixing-straw
Some checks failed
deploy / deploy (push) Failing after 41s

This commit is contained in:
2023-11-26 13:51:06 +03:00
parent 62c8d51c5d
commit 993f064633
5 changed files with 30 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "discoursio-notifier"
version = "0.0.1"
version = "0.0.2"
description = "notifier server for discours.io"
authors = ["discours.io devteam"]
@@ -15,7 +15,7 @@ httpx = "^0.25.0"
psycopg2-binary = "^2.9.9"
redis = {extras = ["hiredis"], version = "^5.0.1"}
uvicorn = "^0.24.0.post1"
strawberry-graphql = { extras = ["asgi"], version = "^0.215.1" }
strawberry = {package = "strawberry-graphql", extras = ["asgi", "debug-server"], version = "^0.215.1" }
sentry-sdk = "^1.37.1"
[tool.poetry.dev-dependencies]
@@ -69,4 +69,4 @@ executionEnvironments = []
[tool.mypy]
python_version = "3.12"
warn_unused_configs = true
plugins = ["mypy_sqlalchemy.plugin"]
plugins = ["mypy_sqlalchemy.plugin", "strawberry.ext.mypy_plugin"]