FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
html5lib-python/requirements-optional.txt at master · ezc/html5lib-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ezc
/
html5lib-python
Public
forked from
html5lib/html5lib-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
html5lib-python
/
requirements-optional.txt
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (16 loc) · 654 Bytes
Breadcrumbs
html5lib-python
/
requirements-optional.txt
Copy path
File metadata and controls
21 lines (16 loc) · 654 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-r requirements.txt
# We support a Genshi treewalker that can be used to serialize Genshi
# streams.
genshi
# charade can be used as a fallback in case we are unable to determine
# the encoding of a document.
charade
# lxml is supported with its own treebuilder ("lxml") and otherwise
# uses the standard ElementTree support
lxml ; platform_python_implementation == 'CPython'
# DATrie can be used in place of our Python trie implementation for
# slightly better parsing performance.
datrie ; platform_python_implementation == 'CPython'
# Can be used to force attributes to be serialized in alphabetical
# order.
ordereddict ; python_version < '2.7'
Back
|
FazBrowse Home
|
New Git URL