19 lines
449 B
TOML
19 lines
449 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",
|
|
"packaging>=25.0",
|
|
"pillow>=11.2.1",
|
|
"pydantic>=2.11.7",
|
|
"pylibdmtx",
|
|
"python-barcode>=0.15.1",
|
|
"uvicorn>=0.34.3",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
pylibdmtx = { git = "https://github.com/NaturalHistoryMuseum/pylibdmtx.git" }
|