Temporarily disable brother-ql + friends, update to python 3.13

This commit is contained in:
2026-01-26 11:47:10 +09:00
parent 1d01e1b2cb
commit 8e84669d9b
10 changed files with 388 additions and 1203 deletions

View File

@@ -10,10 +10,10 @@ mkShell {
ruff
uv
(python.withPackages (ps: with ps; [
brother-ql
matplotlib
# brother-ql
# matplotlib
psycopg2
python-barcode
# python-barcode
sqlalchemy
]))
];