summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2021-12-13 09:55:22 -0500
committerPatrick Cloke <patrickc@matrix.org>2022-05-24 13:23:49 -0400
commit6bed82d32433e7848e8d94d12693c84b70525774 (patch)
tree6fe4b55076a918bd837cfa10379ef7bec651b1df
parentRename tree to soup. (diff)
downloadsynapse-clokep/bs4.tar.xz
-rw-r--r--mypy.ini3
-rw-r--r--pyproject.toml1
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.