ovdashboard/api/pyproject.toml

19 lines
363 B
TOML
Raw Normal View History

2022-08-28 23:31:17 +00:00
[tool.poetry]
authors = ["Jörn-Michael Miehe <jmm@yavook.de>"]
description = ""
name = "ovkiosk"
version = "0.1.0"
[tool.poetry.dependencies]
python = "^3.10"
2022-08-28 23:59:57 +00:00
fastapi = "^0.81.0"
uvicorn = "^0.18.3"
pydantic = "^1.9.2"
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"]