pyproject.toml: psycopg2 -> psycopg2-binary

This commit is contained in:
2025-12-08 20:05:36 +09:00
parent 2c89be4238
commit c2c0621fe6
3 changed files with 288 additions and 37 deletions

View File

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