pyproject.toml: psycopg2 -> psycopg2-binary
Some checks failed
Run tests / run-tests (push) Failing after 24s
Some checks failed
Run tests / run-tests (push) Failing after 24s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user