File: requirements-optional.txt

package info (click to toggle)
html5lib 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,436 kB
  • sloc: python: 13,016; sh: 10; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (2)
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>=0.7.1

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

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