first commit
This commit is contained in:
commit
895c9e69c4
6 changed files with 495 additions and 0 deletions
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue