summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2024-01-16 19:00:29 -0500
committerLeonard Richardson <leonardr@segfault.org>2024-01-16 19:00:29 -0500
commit5df3671025db06ae9da2f8c81cd836f383127bc4 (patch)
treea79fad8c8441ae136698f1b521eb4048b2730122
parentf2a001ac86abe588ff060bfaba475370718947d1 (diff)
Add chardet, cchardet, and charset-normalizer to the optional dependencies in pyproject. [bug=2019018]
-rw-r--r--pyproject.toml9
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/"