add installed script
This commit is contained in:
parent
3926729e0c
commit
21ac0b04cb
1 changed files with 6 additions and 3 deletions
|
@ -8,18 +8,21 @@ version = "0.1.0"
|
||||||
Markdown = "^3.4.1"
|
Markdown = "^3.4.1"
|
||||||
Pillow = "^9.2.0"
|
Pillow = "^9.2.0"
|
||||||
async-lru = "^1.0.3"
|
async-lru = "^1.0.3"
|
||||||
|
caldav = "^0.9.1"
|
||||||
fastapi = "^0.81.0"
|
fastapi = "^0.81.0"
|
||||||
pydantic = {extras = ["dotenv"], version = "^1.9.2"}
|
pydantic = {extras = ["dotenv"], version = "^1.9.2"}
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
uvicorn = "^0.18.3"
|
|
||||||
webdavclient3 = "3.14.5"
|
|
||||||
caldav = "^0.9.1"
|
|
||||||
tomli = "^2.0.1"
|
tomli = "^2.0.1"
|
||||||
tomli-w = "^1.0.0"
|
tomli-w = "^1.0.0"
|
||||||
|
uvicorn = "^0.18.3"
|
||||||
|
webdavclient3 = "3.14.5"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
# pytest = "^5.2"
|
# pytest = "^5.2"
|
||||||
|
|
||||||
|
[tool.poetry.scripts]
|
||||||
|
ovdashboard-api = "ovdashboard_api.main:main"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
Loading…
Reference in a new issue