Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
build(pyproject): use psycopg2-binary instead of psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterteriyaki committed Sep 20, 2023
1 parent 783511b commit 5b99517
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 14 deletions.
75 changes: 62 additions & 13 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,8 +9,8 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
django = "^4.2.5"
psycopg2 = "^2.9.7"
django-environ = "^0.11.2"
psycopg2-binary = "^2.9.7"

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.4.0"
Expand Down

0 comments on commit 5b99517

Please sign in to comment.