grocy-ql-labeler/pyproject.toml
2025-06-18 14:38:54 +02:00

14 lines
306 B
TOML

[project]
name = "grocy-ql-labeler"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"brother-ql>=0.9.4",
"fastapi>=0.115.13",
"pillow>=11.2.1",
"pydantic>=2.11.7",
"treepoem>=3.27.1",
"uvicorn>=0.34.3",
]