pyproject.toml: psycopg2 -> psycopg2-binary
Run tests / run-tests (push) Failing after 20s

This commit is contained in:
2025-12-08 20:05:36 +09:00
parent 25b31a2b37
commit 87fd3fa1f8
3 changed files with 50 additions and 10 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ python3Packages.buildPythonApplication {
propagatedBuildInputs = with python3Packages; [
brother-ql
matplotlib
psycopg2
psycopg2-binary
python-barcode
sqlalchemy
];