We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce225fc commit 7b02575Copy full SHA for 7b02575
requirements.txt
@@ -1,4 +1,4 @@
1
-psycopg2==2.8.2
+psycopg2
2
gunicorn<20.1.0
3
pecan
4
sqlalchemy==1.3.0
setup.py
@@ -17,7 +17,7 @@
17
install_requires=[
18
"pecan",
19
"sqlalchemy==1.3.0",
20
- "psycopg2==2.8.2",
+ "psycopg2",
21
"pecan-notario",
22
"python-statsd",
23
"requests",
0 commit comments