OpenDataPolicingNC / Traffic-Stops

Open Data Policing NC aggregates, visualizes, and publishes public records related to all known traffic stops to have occurred in North Carolina since January 1, 2002.
https://opendatapolicingnc.com/
MIT License
25 stars 9 forks source link

Update Psycopg2 #211

Closed dchukhin closed 6 years ago

dchukhin commented 6 years ago

Every travis build was failing due to the following error that is now occurring for psycopg2==2.6:

Error: could not determine PostgreSQL version from '10.1'

The issue is discussed in the psycopg2 GitHub repo, and the recommendation is to update psycopg2 to a newer version. This pull request updates psycopg2 to its newest version in order to fix the issue.