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

@@ -24,7 +24,7 @@ python3Packages.buildPythonApplication {
propagatedBuildInputs = with python3Packages; [
brother-ql
matplotlib
psycopg2
psycopg2-binary
python-barcode
sqlalchemy
];