[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" asyncify = "^0.9.2" cachetools = "^5.3.2" caldav = "^1.3.6" fastapi = "^0.103.2" pydantic-settings = "^2.0.3" python = "^3.12" python-magic = "^0.4.27" tomli-w = "^1.0.0" uvicorn = {extras = ["standard"], version = "^0.23.2"} webdavclient3 = "^3.14.6" [tool.poetry.group.dev.dependencies] black = "^23.10.1" flake8 = "^6.1.0" flake8-isort = "^6.1.0" types-cachetools = "^5.3.0.6" [build-system] build-backend = "poetry.core.masonry.api" requires = ["poetry-core>=1.0.0"]