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