2022-08-28 23:31:17 +00:00
|
|
|
[tool.poetry]
|
|
|
|
authors = ["Jörn-Michael Miehe <jmm@yavook.de>"]
|
|
|
|
description = ""
|
2022-08-31 18:26:07 +00:00
|
|
|
name = "ovdashboard-api"
|
2022-08-28 23:31:17 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2022-08-31 18:26:07 +00:00
|
|
|
Markdown = "^3.4.1"
|
|
|
|
Pillow = "^9.2.0"
|
|
|
|
async-lru = "^1.0.3"
|
2022-08-28 23:59:57 +00:00
|
|
|
fastapi = "^0.81.0"
|
2022-08-29 00:36:13 +00:00
|
|
|
pydantic = {extras = ["dotenv"], version = "^1.9.2"}
|
2022-08-29 11:24:40 +00:00
|
|
|
python = "^3.9"
|
|
|
|
uvicorn = "^0.18.3"
|
|
|
|
webdavclient3 = "3.14.5"
|
2022-08-28 23:31:17 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
# pytest = "^5.2"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|