Skip to content

Commit

Permalink
[AIRFLOW-629] stop pinning lxml
Browse files Browse the repository at this point in the history
Closes apache#1882 from jedipi/improvement/stop-pinning-
lxml
  • Loading branch information
jedipi authored and r39132 committed Nov 15, 2016
1 parent dd1f50e commit 12e48b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 12e48b4

Please sign in to comment.