Skip to content

Commit

Permalink
Add psycopg2-binary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyRae committed Apr 10, 2024
1 parent c5e2fb1 commit 5541e30
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 1 deletion.
83 changes: 82 additions & 1 deletion app/workers/poetry.lock

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

1 change: 1 addition & 0 deletions app/workers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ httpx = "^0.26.0"
shared = {path = "../shared", develop = true}
python-dotenv = "^1.0.1"
psycopg2 = "^2.9.9"
psycopg2-binary = "^2.9.9"

[tool.poetry.group.dev.dependencies]
memory-profiler = "^0.61.0"
Expand Down

0 comments on commit 5541e30

Please sign in to comment.