This commit is contained in:
2025-06-07 14:16:23 +02:00
parent 2c77ae6357
commit e258358402
9 changed files with 249 additions and 112 deletions

View File

@@ -15,11 +15,15 @@ dependencies = [
"SQLAlchemy >= 2.0, <2.1",
"brother-ql",
"matplotlib",
"libdib",
"psycopg2 >= 2.8, <2.10",
"python-barcode",
]
dynamic = ["version"]
[tool.uv.sources]
libdib = { git = "https://git.pvv.ntnu.no/Projects/libdib.git" }
[tool.setuptools.packages.find]
include = ["dibbler*"]