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
  • Loading branch information
kaxil committed Dec 31, 2019
1 parent e2e20ca commit f9822ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -298,7 +298,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',
]
qds = [
'qds-sdk>=1.10.4',
Expand Down

0 comments on commit f9822ea

Please sign in to comment.