first commit

This commit is contained in:
Piotr Oleszczyk 2025-06-18 14:38:54 +02:00
commit 895c9e69c4
6 changed files with 495 additions and 0 deletions

14
pyproject.toml Normal file
View file

@ -0,0 +1,14 @@
[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",
]