Skip to content

Commit

Permalink
chore: add binary extra to psycopg
Browse files Browse the repository at this point in the history
In case the host does not already have the binary and libpq installed.
  • Loading branch information
jonbiemond committed Jun 13, 2024
1 parent bb942fe commit 8065eea
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 7 deletions.
85 changes: 79 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "heave"}]

[tool.poetry.dependencies]
python = "^3.10"
psycopg = "^3.1.18"
psycopg = {extras = ["binary"], version = "^3.1.19"}
sqlalchemy = "^2.0.27"
click = "^8.1.7"

Expand Down

0 comments on commit 8065eea

Please sign in to comment.