[tool.poetry] authors = ["Jörn-Michael Miehe "] description = "" include = ["ovdashboard_api/skel/*"] name = "ovdashboard-api" version = "0.1.0" [tool.poetry.dependencies] 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" [tool.poetry.scripts] ovdashboard-api = "ovdashboard_api.__main__:main" [build-system] build-backend = "poetry.core.masonry.api" requires = ["poetry-core>=1.0.0"]