treewide: fix brother-ql usage

This commit is contained in:
2025-03-19 18:47:16 +01:00
parent b85a6535fe
commit 4bab5e7e21
4 changed files with 16 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ classifiers = [
]
dependencies = [
"SQLAlchemy >= 2.0, <2.1",
# "brother-ql",
"brother-ql",
"matplotlib",
"psycopg2 >= 2.8, <2.10",
"python-barcode",
@@ -31,4 +31,3 @@ line-length = 100
[tool.ruff]
line-length = 100