Use psycopg2-binary instead of psycopg2
- Updates the psycopg2 dependency to psycopg2-binary. - This simplifies installation by avoiding build dependencies. - Resolves potential build issues on systems without libpq.
This commit is contained in:
parent
a1307e9223
commit
1227a89133
@ -7,7 +7,7 @@ requires-python = "~=3.9"
|
||||
readme = "README.md"
|
||||
license = "GPL-3.0-or-later"
|
||||
dependencies = [
|
||||
"psycopg2>=2.9.10,<3",
|
||||
"psycopg2-binary>=2.9.10,<3",
|
||||
"pyyaml>=6.0.2,<7",
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user