switch from treepoem

This commit is contained in:
Piotr Oleszczyk 2025-06-18 15:03:21 +02:00
parent c6dcb50bbb
commit 85b466f482
3 changed files with 77 additions and 56 deletions

View file

@ -7,8 +7,13 @@ 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",
"treepoem>=3.27.1",
"pylibdmtx",
"python-barcode>=0.15.1",
"uvicorn>=0.34.3",
]
[tool.uv.sources]
pylibdmtx = { git = "https://github.com/NaturalHistoryMuseum/pylibdmtx.git" }