2 files changed, 1 insertions, 3 deletions
diff --git a/mypy.ini b/mypy.ini
index 071fab2133..8d4b9f2fae 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -142,9 +142,6 @@ ignore_missing_imports = True
[mypy-bcrypt]
ignore_missing_imports = True
-[mypy-bs4.*]
-ignore_missing_imports = True
-
[mypy-canonicaljson]
ignore_missing_imports = True
diff --git a/pyproject.toml b/pyproject.toml
index de7145e5fa..8f495d70b2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -264,6 +264,7 @@ types-pyOpenSSL = ">=20.0.7"
types-PyYAML = ">=5.4.10"
types-requests = ">=2.26.0"
types-setuptools = ">=57.4.0"
+types-beautifulsoup4 = ">=4.10.5"
# Dependencies which are exclusively required by unit test code. This is
# NOT a list of all modules that are necessary to run the unit tests.
|