You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by sa...@apache.org on 2016/11/23 18:22:58 UTC

incubator-airflow git commit: [AIRFLOW-651] Hotfix setup.py

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 <si...@yahoo.com>
Authored: Wed Nov 23 10:18:46 2016 -0800
Committer: Siddharth Anand <si...@yahoo.com>
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',