Skip to content

Commit

Permalink
Reverted upgrade to psycopg3 (#2516)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuastegmaier authored Aug 29, 2024
1 parent c6cf5ee commit 53d4cd6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pillow = "*"
prometheus-client = "*"
xlsxwriter = "*"
blinker = "<1.8.0"
psycopg = {version = ">=3.2", extras = ["binary"]}
psycopg2 = "*"

[dev-packages]
invoke = "*"
Expand Down
106 changes: 28 additions & 78 deletions Pipfile.lock

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

0 comments on commit 53d4cd6

Please sign in to comment.