Skip to content

Commit

Permalink
chg: [dependencies] Replaced psycopg2 by psycopg2-binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Jul 24, 2024
1 parent 9a53fb4 commit ba4508b
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 16 deletions.
86 changes: 71 additions & 15 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 @@ -18,11 +18,11 @@ python = "^3.10"
spade = "^3.3.2"
fastapi = "^0.109.1"
pydantic = "^2.5.2"
psycopg2 = "^2.9.9"
sqlalchemy = "^2.0.23"
rfc3161ng = "^2.1.3"
fastapi-websocket-pubsub = "^0.3.8"
typer = {extras = ["all"], version = "^0.9.0"}
psycopg2-binary = "^2.9.9"

[tool.poetry.group.dev.dependencies]
mypy = "^0.982"
Expand Down

0 comments on commit ba4508b

Please sign in to comment.