Skip to content

Commit 5868906

Browse files
author
Yuanfang Chen
committed
Use psycopg2 2.8 since < 2.8 prevents Python 3.8 support
psycopg/psycopg2#854
1 parent 7aaef2a commit 5868906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.server.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These requirements are what you would install on a production server.
22
-r requirements.client.txt
3-
psycopg2==2.7
3+
psycopg2==2.8
44
# Flask 0.11 does not work yet.
55
gunicorn==18.0
66
progressbar2

0 commit comments

Comments
 (0)