Skip to content

Commit

Permalink
Merge pull request apache#11 in TP/incubator-airflow from feature/DAT…
Browse files Browse the repository at this point in the history
…A-2984 to develop

* commit '644ed83a2890082435c35bb1193eacbe966ae043':
  DATA-2984: Split flower dependency from celery to avoid version conflicts with forked celery
  • Loading branch information
Daniel Huang committed May 15, 2017
2 parents 569365e + 644ed83 commit 9b7e0dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def check_previous():
]
celery = [
'celery==4.0.2-up1.0.0',
'flower>=0.7.3'
]
cgroups = [
'cgroupspy>=0.1.4',
Expand All @@ -132,6 +131,9 @@ def check_previous():
docker = ['docker-py>=1.6.0']
druid = ['pydruid>=0.2.1']
emr = ['boto3>=1.0.0']
flower = [
'flower>=0.7.3'
]
gcp_api = [
'httplib2',
'google-api-python-client>=1.5.0, <1.6.0',
Expand Down Expand Up @@ -251,6 +253,7 @@ def do_setup():
'devel': devel_minreq,
'devel_hadoop': devel_hadoop,
'doc': doc,
'flower': flower,
# 'docker': docker,
# 'druid': druid,
# 'emr': emr,
Expand Down
1 change: 1 addition & 0 deletions upsight/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## 1.8.1-up1.5.0

* Pulled in apache-airflow-1.8.1
* Split flower dependency from celery to avoid version conflicts with forked celery [DATA-2984](https://kontagent.jira.com/browse/DATA-2984)

## 1.8.0-up1.4.0

Expand Down

0 comments on commit 9b7e0dc

Please sign in to comment.