Skip to content

Commit

Permalink
Remove psycopg2 version pin
Browse files Browse the repository at this point in the history
This version does not appear to work with current libpq header files.

Signed-off-by: Mike Perez <[email protected]>
  • Loading branch information
Thingee committed Sep 10, 2024
1 parent ce225fc commit 7b02575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
psycopg2==2.8.2
psycopg2
gunicorn<20.1.0
pecan
sqlalchemy==1.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
install_requires=[
"pecan",
"sqlalchemy==1.3.0",
"psycopg2==2.8.2",
"psycopg2",
"pecan-notario",
"python-statsd",
"requests",
Expand Down

0 comments on commit 7b02575

Please sign in to comment.