ovdashboard/api/pyproject.toml
2024-04-24 15:57:01 +02:00

36 lines
864 B
TOML

[tool.poetry]
authors = ["Jörn-Michael Miehe <jmm@yavook.de>"]
description = ""
include = ["ovdashboard_api/skel/*"]
name = "ovdashboard_api"
version = "0.2.1"
[tool.poetry.dependencies]
Markdown = "^3.5.1"
Pillow = "^10.1.0"
asyncify = "^0.9.2"
cachetools = "^5.3.2"
cachetoolsutils = "^8.3"
caldav = "^1.3.6"
fastapi = "^0.103.2"
pydantic-settings = "^2.1.0"
python = "^3.12"
python-magic = "^0.4.27"
redis = {extras = ["hiredis"], version = "^5.0.1"}
tomli-w = "^1.0.0"
uvicorn = {extras = ["standard"], version = "^0.23.2"}
webdavclient3 = "^3.14.6"
[tool.poetry.group.dev.dependencies]
black = "^23.11.0"
flake8 = "^6.1.0"
flake8-isort = "^6.1.1"
pytest = "^7.4.3"
types-cachetools = "^5.3.0.7"
[tool.poetry.scripts]
ovdashboard-api = "ovdashboard_api.main:main"
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]