Skip to content

Commit cd6d212

Browse files
committed
fix: use psycopg2-binary instead of psycopg2 for better compatibility
1 parent 5192d6b commit cd6d212

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gunicorn
88
httpx
99
mypy
1010
pandas
11-
psycopg2
11+
psycopg2-binary
1212
pytest
1313
pyyaml
1414
types-pyyaml

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"httpx",
4444
"mypy",
4545
"pandas",
46-
"psycopg2",
46+
"psycopg2-binary",
4747
"pytest",
4848
"pyyaml",
4949
"types-pyyaml",

0 commit comments

Comments
 (0)