From 8c707e61224f4e6c3fac86e3015762629a3e5b2a Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Sat, 1 Apr 2023 08:10:27 -0600 Subject: [PATCH] Add types-beautifulsoup4 to default module mapping --- .../python/dependency_inference/default_module_mapping.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/pants/backend/python/dependency_inference/default_module_mapping.py b/src/python/pants/backend/python/dependency_inference/default_module_mapping.py index 0c1175f8796..69cb92a78d6 100644 --- a/src/python/pants/backend/python/dependency_inference/default_module_mapping.py +++ b/src/python/pants/backend/python/dependency_inference/default_module_mapping.py @@ -208,6 +208,7 @@ DEFAULT_TYPE_STUB_MODULE_MAPPING = { "djangorestframework-types": ("rest_framework",), "lark-stubs": ("lark",), + "types-beautifulsoup4": ("bs4",), "types-enum34": ("enum34",), "types-pillow": ("PIL",), "types-protobuf": ("google.protobuf",),