Repository: incubator-airflow Updated Branches: refs/heads/master 829c74846 -> 41490f9c4
[AIRFLOW-651] Hotfix setup.py Closes #1902 from r39132/hotfix Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/41490f9c Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/41490f9c Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/41490f9c Branch: refs/heads/master Commit: 41490f9c4b5c036680bc35615b201ae47a0033d2 Parents: 829c748 Author: Siddharth Anand <[email protected]> Authored: Wed Nov 23 10:18:46 2016 -0800 Committer: Siddharth Anand <[email protected]> Committed: Wed Nov 23 10:18:46 2016 -0800 ---------------------------------------------------------------------- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/41490f9c/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index cf76a3e..a6a8faa 100644 --- a/setup.py +++ b/setup.py @@ -163,7 +163,7 @@ cloudant = ['cloudant>=0.5.9,<2.0'] # major update coming soon, clamp to 0.x all_dbs = postgres + mysql + hive + mssql + hdfs + vertica + cloudant devel = [ 'click', - 'freezegun' + 'freezegun', 'jira', 'lxml>=3.3.4', 'mock',
