pyproject.toml: psycopg2 -> psycopg2-binary
Some checks failed
Run tests / run-tests (push) Failing after 24s

This commit is contained in:
2025-12-08 20:05:36 +09:00
parent 0e3bed9bf5
commit d39f1f8a92
3 changed files with 50 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ dependencies = [
"SQLAlchemy >= 2.0, <2.1",
"brother-ql",
"matplotlib",
"psycopg2 >= 2.8, <2.10",
"psycopg2-binary >= 2.8, <2.10",
"python-barcode",
]
dynamic = ["version"]