From 5df3671025db06ae9da2f8c81cd836f383127bc4 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Tue, 16 Jan 2024 19:00:29 -0500 Subject: Add chardet, cchardet, and charset-normalizer to the optional dependencies in pyproject. [bug=2019018] --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) 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/" -- cgit v1.2.3