Skip to content

Commit 7b02575

Browse files
committed
Remove psycopg2 version pin
This version does not appear to work with current libpq header files. Signed-off-by: Mike Perez <thingee@gmail.com>
1 parent ce225fc commit 7b02575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
psycopg2==2.8.2
1+
psycopg2
22
gunicorn<20.1.0
33
pecan
44
sqlalchemy==1.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
install_requires=[
1818
"pecan",
1919
"sqlalchemy==1.3.0",
20-
"psycopg2==2.8.2",
20+
"psycopg2",
2121
"pecan-notario",
2222
"python-statsd",
2323
"requests",

0 commit comments

Comments
 (0)