Dependencies and python 3.9

This commit is contained in:
2023-08-09 22:23:59 +02:00
parent fb62de649c
commit 37967fbd8c
5 changed files with 263 additions and 149 deletions

View File

@@ -6,10 +6,10 @@ authors = ["Marijn Doeve <marijn@doeve.me>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = {extras = ["all"], version = "^0.95.2"}
pydantic = "^1.10.7"
projectorpi = {version = "^0.2.1", source = "gitea"}
gunicorn = "^20.1.0"
fastapi = {extras = ["all"], version = "^0.101.0"}
pydantic = "^2.0.0"
projectorpi = {version = "^0.3.0", source = "gitea"}
gunicorn = "^21.2.0"
sentry-sdk = {extras = ["fastapi"], version = "^1.25.0"}
[tool.poetry.group.dev.dependencies]