Skip to content

Commit

Permalink
Add allure, pyspark and hamcrest to 3rd parties
Browse files Browse the repository at this point in the history
Closes arkq#21
  • Loading branch information
dylan-kerr authored and arkq committed Apr 9, 2020
1 parent f789501 commit 6d79773
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,14 @@
# Mapping for known 3rd party projects, which provide more than one module
# or the name of the module is different than the project name itself.
KNOWN_3RD_PARTIES = {
# NOTE: The allure-pytest package does not provide allure module directly
# but it depends on allure-python-commons which provides it. User
# will most likely specify allure-pytest as a dependency, though.
"allure-pytest": ["allure"],
"awesome_slugify": ["slugify"],
"beautifulsoup4": ["bs4"],
"cx_oracle": ["cx_Oracle"],
"databricks-connect": ["pyspark"],
"enum34": ["enum"],
"factory_boy": ["factory"],
"google_api_python_client": ["apiclient", "googleapiclient"],
Expand All @@ -521,6 +526,7 @@
"pillow": ["PIL"],
"protobuf": ["google.protobuf"],
"py_lru_cache": ["lru"],
"pyhamcrest": ["hamcrest"],
"pyicu": ["icu"],
"pyjwt": ["jwt"],
"pyopenssl": ["OpenSSL"],
Expand Down

0 comments on commit 6d79773

Please sign in to comment.