Skip to content

Commit

Permalink
Use psycopg2 instead of psycopg2-binary for postgres
Browse files Browse the repository at this point in the history
psycopg/psycopg2#684 (comment) - Not supported on Alpine
(cherry picked from commit f9822ea)
(cherry picked from commit 947c05f)
  • Loading branch information
kaxil committed Mar 23, 2020
1 parent ae7eb66 commit 47f0aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -340,7 +340,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'
Expand Down

0 comments on commit 47f0aad

Please sign in to comment.