Skip to content

Commit

Permalink
Use psycopg2 2.8 since < 2.8 prevents Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanfang Chen committed Jan 27, 2020
1 parent 7aaef2a commit 5868906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.server.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These requirements are what you would install on a production server.
-r requirements.client.txt
psycopg2==2.7
psycopg2==2.8
# Flask 0.11 does not work yet.
gunicorn==18.0
progressbar2

0 comments on commit 5868906

Please sign in to comment.