Skip to content

Commit

Permalink
Update version of psycopg2
Browse files Browse the repository at this point in the history
Versions below 2.7 no longer work on recent version of Ubuntu.
See psycopg/psycopg2#594.
  • Loading branch information
sargunv committed Sep 16, 2018
1 parent db8fdcf commit b436fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gunicorn==19.4.5
markdown2==2.3.4
mimeparse==0.1.3
pilkit==2.0
psycopg2==2.5.4
psycopg2==2.7.5
python-dateutil==2.6.1
python-mimeparse==1.6.0
simplejson==3.11.1
Expand Down

0 comments on commit b436fdb

Please sign in to comment.