Skip to content

Commit

Permalink
[AIRFLOW-1573] Remove thrift < 0.10.0 requirement
Browse files Browse the repository at this point in the history
Closes apache#2574 from dan-disqus/Thrift
  • Loading branch information
Dan Fuller authored and bolkedebruin committed Sep 11, 2017
1 parent 17ac070 commit aa95f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def do_setup():
'setproctitle>=1.1.8, <2',
'sqlalchemy>=0.9.8',
'tabulate>=0.7.5, <0.8.0',
'thrift>=0.9.2, <0.10',
'thrift>=0.9.2',
'zope.deprecation>=4.0, <5.0',
],
extras_require={
Expand Down

0 comments on commit aa95f25

Please sign in to comment.