py3.11: upgrade deps to latest
This commit is contained in:
parent
5f5d300e92
commit
a2403ade59
2 changed files with 844 additions and 438 deletions
1261
api/poetry.lock
generated
1261
api/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -6,18 +6,17 @@ name = "ovdashboard-api"
|
|||
version = "0.1.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
Markdown = "^3.4.1"
|
||||
Pillow = "^9.2.0"
|
||||
caldav = "^0.9.1"
|
||||
fastapi = "^0.81.0"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.9.2"}
|
||||
python = "^3.9"
|
||||
python-magic = "^0.4.27"
|
||||
tomli = "^2.0.1"
|
||||
tomli-w = "^1.0.0"
|
||||
uvicorn = "^0.18.3"
|
||||
webdavclient3 = "3.14.5"
|
||||
Markdown = "^3.5"
|
||||
Pillow = "^10.1.0"
|
||||
async-cache = "^1.1.1"
|
||||
caldav = "^1.3.6"
|
||||
fastapi = "^0.103.2"
|
||||
pydantic-settings = "^2.0.3"
|
||||
python = "^3.11"
|
||||
python-magic = "^0.4.27"
|
||||
tomli-w = "^1.0.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.23.2"}
|
||||
webdavclient3 = "^3.14.6"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
# pytest = "^5.2"
|
||||
|
|
Loading…
Reference in a new issue