summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5c1ff77ff..a4b0b9e17 100644
--- a/setup.py
+++ b/setup.py
@@ -157,6 +157,7 @@ def run_setup(with_cext):
'mysql': ['mysqlclient'],
'pymysql': ['pymysql'],
'postgresql': ['psycopg2'],
+ 'postgresql_psycopg2binary': ['psycopg2-binary'],
'postgresql_pg8000': ['pg8000'],
'postgresql_psycopg2cffi': ['psycopg2cffi'],
'oracle': ['cx_oracle'],