diff options
author | Leonard Richardson <leonardr@segfault.org> | 2024-01-16 19:00:29 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2024-01-16 19:00:29 -0500 |
commit | 5df3671025db06ae9da2f8c81cd836f383127bc4 (patch) | |
tree | a79fad8c8441ae136698f1b521eb4048b2730122 /pyproject.toml | |
parent | f2a001ac86abe588ff060bfaba475370718947d1 (diff) |
Add chardet, cchardet, and charset-normalizer to the optional dependencies in pyproject. [bug=2019018]
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index a11acf3..9b2ef80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,15 @@ html5lib = [ lxml = [ "lxml", ] +chardet = [ + "chardet", +] +cchardet = [ + "cchardet", +] +charset-normalizer = [ + "charset-normalizer", +] [project.urls] Download = "https://www.crummy.com/software/BeautifulSoup/bs4/download/" |