Skip to content

Commit

Permalink
build: use psycopg2-binary to make it easy to install
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Aug 29, 2024
1 parent 12e45ee commit 3ca2313
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ classifiers = [
dynamic = ["version"]

dependencies = [
"typer~=0.12.0",
"polars~=1.2.0",
"typer>=0.12.4",
"polars>=1.2.0",
"pandas>=2.0.0",
"sqlalchemy>=2.0.0",
"psycopg~=3.2.0",
"psycopg2~=2.9.0",
"pyarrow~=17.0.0",
"psycopg>=3.2.0",
"psycopg2-binary>=2.9.0",
"pyarrow>=17.0.0",
]

[project.urls]
Expand Down

0 comments on commit 3ca2313

Please sign in to comment.