diff --git a/setup.py b/setup.py index d30d69ab603de..c1c0fefd293c7 100644 --- a/setup.py +++ b/setup.py @@ -299,7 +299,7 @@ def write_version(filename=os.path.join(*["airflow", "git_version"])): 'pinotdb==0.1.1', ] postgres = [ - 'psycopg2-binary>=2.7.4', + 'psycopg2>=2.7.4', ] presto = [ 'presto-python-client>=0.7.0,<0.8'