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/15 07:26:35 UTC

incubator-airflow git commit: [AIRFLOW-629] stop pinning lxml

Repository: incubator-airflow
Updated Branches:
  refs/heads/master dd1f50e59 -> 12e48b4c6


[AIRFLOW-629] stop pinning lxml

Closes #1882 from jedipi/improvement/stop-pinning-
lxml


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

Branch: refs/heads/master
Commit: 12e48b4c62bb764a38732f823708eb5c0ab2ac1f
Parents: dd1f50e
Author: jedipi <ha...@teslahealth.com>
Authored: Mon Nov 14 23:26:25 2016 -0800
Committer: Siddharth Anand <si...@yahoo.com>
Committed: Mon Nov 14 23:26:25 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/12e48b4c/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 3a75168..baa496a 100644
--- a/setup.py
+++ b/setup.py
@@ -205,7 +205,7 @@ def do_setup():
             'tabulate>=0.7.5, <0.8.0',
             'thrift>=0.9.2, <0.10',
             'zope.deprecation>=4.0, <5.0',
-	    'lxml==3.6.0',
+	    'lxml>=3.6.0, <4.0',
         ],
         extras_require={
             'all': devel_all,