14 lines
306 B
TOML
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",
|
|
]
|