Skip to content

Commit

Permalink
try using psycopg[c] instead of binary install
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeunier28 committed Aug 1, 2023
1 parent 349f6b1 commit 3b7c879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protobuf==3.17.3; python_version < '3.0'
protobuf==3.20.2; python_version > '3.0'
psutil==5.9.0
psycopg2-binary==2.8.6; sys_platform != 'darwin' or platform_machine != 'arm64'
psycopg[binary]==3.1.9; python_version > '3.0'
psycopg[c]==3.1.9; python_version > '3.0'
pyasn1==0.4.6
pycryptodomex==3.10.1
pydantic==2.0.2; python_version > '3.0'
Expand Down
2 changes: 1 addition & 1 deletion postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ deps = [
"boto3==1.27.0; python_version > '3.0'",
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.3.1; python_version > '3.0'",
"psycopg[binary]==3.1.9; python_version > '3.0'",
"psycopg[c]==3.1.9; python_version > '3.0'",
"semver==3.0.1; python_version > '3.0'",
]

Expand Down

0 comments on commit 3b7c879

Please sign in to comment.