summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/html5lib/requirements-optional.txt
blob: 2e78c952c1c422d92d8a6bb1d7d1e12c916d775e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-r requirements.txt

# We support a Genshi treewalker that can be used to serialize Genshi
# streams.
genshi

# chardet can be used as a fallback in case we are unable to determine
# the encoding of a document.
chardet>=2.2

# lxml is supported with its own treebuilder ("lxml") and otherwise
# uses the standard ElementTree support
lxml ; platform_python_implementation == 'CPython'