Skip to content

Commit

Permalink
switch to psycopg2-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
reece committed Apr 1, 2018
1 parent 0a183ad commit 4c75a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"enum34",
"ipython<6", # for hgvs-shell; >=6 for Py3 only
"parsley",
"psycopg2!=2.7", # 2.7 bug: https://github.com/psycopg/psycopg2/issues/517
"psycopg2-binary",
"six",
] + version_specific_requirements,
setup_requires=[
Expand Down

0 comments on commit 4c75a4e

Please sign in to comment.