Skip to content

Commit d9722f8

Browse files
Replace psycopg install to solve psycopg[c] problem
1 parent f09c3fa commit d9722f8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ dependencies = [
2222
"boto3>=1.26.5",
2323
"botocore>=1.29.5",
2424
"mysql-connector-python>=8.0.32",
25-
"psycopg>=3.1.0",
26-
"psycopg-pool>=3.1.6",
25+
"psycopg[binary,pool]>=3.1.6",
2726
"PyYAML>=6.0",
2827
"redshift-connector>=2.0.909",
2928
"requests>=2.28.1"

0 commit comments

Comments
 (0)