Repository: incubator-airflow
Updated Branches:
  refs/heads/master 868efc7a0 -> 00a591f7b


[AIRFLOW-340] Remove unused dependency on Babel

Closes #1668 from kdeldycke/remove-unused-babel-deps


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/00a591f7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/00a591f7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/00a591f7

Branch: refs/heads/master
Commit: 00a591f7bff62cbb5fb5917960c60445d6d5abfb
Parents: 868efc7
Author: Kevin Deldycke <[email protected]>
Authored: Thu Jul 21 10:40:51 2016 -0700
Committer: Dan Davydov <[email protected]>
Committed: Thu Jul 21 10:40:55 2016 -0700

----------------------------------------------------------------------
 setup.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/00a591f7/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index cf7f48e..5b14653 100644
--- a/setup.py
+++ b/setup.py
@@ -177,7 +177,6 @@ def do_setup():
         scripts=['airflow/bin/airflow'],
         install_requires=[
             'alembic>=0.8.3, <0.9',
-            'babel>=1.3, <2.0',
             'croniter>=0.3.8, <0.4',
             'dill>=0.2.2, <0.3',
             'flask>=0.10.1, <0.11',

Reply via email to