Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Update psycopg2 version
Browse files Browse the repository at this point in the history
Updates psycopg2 to the latest version. This is needed as Travis runs a later version of postgres but the with an incompatible version. This causes all travis builds to fail, for example: https://travis-ci.org/IATI/IATI-Datastore/builds/327278368  It appears that requires.io is not properly working, which awaits further investigation.
  • Loading branch information
dalepotter committed Jan 10, 2018
1 parent 41d5775 commit d6544b5
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 @@ -10,7 +10,7 @@ Werkzeug==0.8.3 # rq.filter: <0.9
ckanapi==1.5 # rq.filter: <2.0
iso8601==0.1.4 # rq.filter: <0.2
lxml==3.4.1 # rq.filter: <4.0
psycopg2==2.4.6 # rq.filter: <3.0
psycopg2==2.7.3.2 # rq.filter: <3.0
python-dateutil==2.1 # rq.filter: <2.5
six==1.10.0 # rq.filter: <2.0
unicodecsv==0.9.4 # rq.filter: <0.10
Expand Down

0 comments on commit d6544b5

Please sign in to comment.