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