diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-19 10:00:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 08:31:11 +0700 |
commit | e90c7af46c07e3dc8726ded6c177ef291efff922 (patch) | |
tree | 1546887ecb663ef01bd70599d4dcdfca75cd03bc /libraries/html5lib | |
parent | 8a3d975e6433aabbb0dc7afc231455d32f2d35d7 (diff) |
libraries/html5lib: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/html5lib')
-rw-r--r-- | libraries/html5lib/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/html5lib/README b/libraries/html5lib/README index 37294a67bc05..7e574380596a 100644 --- a/libraries/html5lib/README +++ b/libraries/html5lib/README @@ -2,4 +2,4 @@ html5lib is a pure-python library for parsing HTML. It is designed to conform to the WHATWG HTML specification, as is implemented by all major web browsers. -Optional dependencies: chardet, genshi, and lxml +Optional dependencies: genshi and lxml |