Skip to content

Commit

Permalink
Include psycopg binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Buried-In-Code committed Jun 5, 2024
1 parent e479e72 commit 6d6b72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freyr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from freyr.console import CONSOLE

__version__ = "0.7.1"
__version__ = "0.7.2"


def get_cache() -> Path:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requires-python = ">= 3.11"

[project.optional-dependencies]
postgres = [
"psycopg >= 3.1.19"
"psycopg[binary] >= 3.1.19"
]

[project.scripts]
Expand Down

0 comments on commit 6d6b72d

Please sign in to comment.