[AIRFLOW-412] Fix lxml dependency

Dear Airflow Maintainers,

Please accept this PR that addresses the following issues:
- https://issues.apache.org/jira/browse/AIRFLOW-412

Testing Done:
-None

Closes #1722 from normster/lxml
This commit is contained in:
Norman Mu 2016-08-10 17:13:20 -07:00 коммит произвёл Siddharth Anand
Родитель 6302f482a6
Коммит d200f60084
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -202,6 +202,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',
],
extras_require={
'all': devel_all,