Skip to content

Commit

Permalink
[AIRFLOW-XXX] Pin pinodb dependency to fix the existing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tao feng committed Feb 13, 2019
1 parent 10df79e commit 1479e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -207,7 +207,7 @@ def write_version(filename=os.path.join(*['airflow',
'bcrypt>=2.0.0',
'flask-bcrypt>=0.7.1',
]
pinot = ['pinotdb>=0.1.1']
pinot = ['pinotdb==0.1.1']
postgres = ['psycopg2>=2.7.4']
qds = ['qds-sdk>=1.10.4']
rabbitmq = ['librabbitmq>=1.6.1']
Expand Down

0 comments on commit 1479e40

Please sign in to comment.