Skip to content

Commit

Permalink
Update 3rd party libraries
Browse files Browse the repository at this point in the history
Adds `beautifulsoup4` and `python-dateutil` to the known 3rd party libs.

Fixes arkq#2
  • Loading branch information
labrys authored and arkq committed Jul 13, 2019
1 parent d7cb84a commit 6bec368
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -503,6 +504,7 @@
"pyicu": ["icu"],
"pyjwt": ["jwt"],
"pyopenssl": ["OpenSSL"],
"python-dateutil": ["dateutil"],
"pyyaml": ["yaml"],
"setuptools": ["pkg_resources", "setuptools"],
"splunk_sdk": ["splunklib"],
Expand Down

0 comments on commit 6bec368

Please sign in to comment.