Skip to content

Commit

Permalink
upgrade psycopg2 version (#302)
Browse files Browse the repository at this point in the history
This commit updates the version of the `psycopg2-binary`
dependency for Parsons. THe update is necessary due to a
limitation in the old version (2.7.6) that caused it to not play
well with Python 3.8.

This fixes issues with installing Parsons on Python 3.8.
  • Loading branch information
Eliot Stone committed Jul 11, 2020
1 parent 89c9049 commit f8dc4fa
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 @@ -3,7 +3,7 @@ petl==1.2.0
boto3==1.9.25
civis==1.11.0
slackclient==1.3.0
psycopg2-binary==2.7.6.1
psycopg2-binary==2.8.5
xmltodict==0.11.0
gspread==3.3.0
oauth2client==4.1.3
Expand Down

0 comments on commit f8dc4fa

Please sign in to comment.