diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2014-02-16 12:20:50 +0100 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2014-02-16 12:20:50 +0100 |
commit | 372e712e389b16667e4a85f22f378fd454a08690 (patch) | |
tree | f13955b0726339721782b9f86e4e1efa51634bf1 /setup.py | |
parent | 291a8e9b151c64e6152f652aaf4d3b741e5326a5 (diff) | |
download | python-lxml-372e712e389b16667e4a85f22f378fd454a08690.tar.gz |
add more optional deps
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,8 @@ if 'setuptools' in sys.modules: extra_options['extras_require'] = { 'source': deps, 'cssselect': 'cssselect>=0.7', + 'html5': 'html5lib', + 'htmlsoup': 'BeautifulSoup4', } extra_options.update(setupinfo.extra_setup_args()) |