diff --git a/setup.py b/setup.py index f28dd961..82524a89 100644 --- a/setup.py +++ b/setup.py @@ -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=[