Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Updating psycopg2 to support Postgres 10
Browse files Browse the repository at this point in the history
This version does not work with Postgres 10.
As per psycopg/psycopg2#594
  • Loading branch information
lbighetti authored and realazizk committed Nov 28, 2017
1 parent 06635a4 commit 51a7493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ flask_apispec==0.3.2
Flask==0.12.1
PyJWT==1.5.0
unicode_slugify==0.1.3
psycopg2==2.6.2
psycopg2==2.7.3.1
Flask-Migrate==2.0.3
gunicorn>=19.1.1
Flask-Cors==3.0.2

0 comments on commit 51a7493

Please sign in to comment.