diff --git a/src/flake8_requirements/modules.py b/src/flake8_requirements/modules.py index cf5481b..1121349 100644 --- a/src/flake8_requirements/modules.py +++ b/src/flake8_requirements/modules.py @@ -492,6 +492,7 @@ # or the name of the module is different than the project name itself. KNOWN_3RD_PARTIES = { "awesome_slugify": ["slugify"], + "beautifulsoup4": ["bs4"] "cx_oracle": ["cx_Oracle"], "enum34": ["enum"], "factory_boy": ["factory"], @@ -503,6 +504,7 @@ "pyicu": ["icu"], "pyjwt": ["jwt"], "pyopenssl": ["OpenSSL"], + "python-dateutil": ["dateutil"], "pyyaml": ["yaml"], "setuptools": ["pkg_resources", "setuptools"], "splunk_sdk": ["splunklib"],