Skip to content

Commit

Permalink
Add additional modules to default module mapping (#20813)
Browse files Browse the repository at this point in the history
Some additional Python module mappings.

---------

Co-authored-by: Huon Wilson <[email protected]>
  • Loading branch information
jyggen and huonw authored Apr 19, 2024
1 parent d212451 commit 093d536
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def two_groups_hyphens_two_replacements_with_suffix(
"absl-py": ("absl",),
"acryl-datahub": ("datahub",),
"ansicolors": ("colors",),
"antlr4-python3-runtime": ("antlr4",),
"apache-airflow": ("airflow",),
"atlassian-python-api": ("atlassian",),
"attrs": ("attr", "attrs"),
Expand Down Expand Up @@ -140,6 +141,7 @@ def two_groups_hyphens_two_replacements_with_suffix(
"djangorestframework-jwt": ("rest_framework_jwt",),
"djangorestframework-queryfields": ("drf_queryfields",),
"djangorestframework-simplejwt": ("rest_framework_simplejwt",),
"dnspython": ("dns",),
"drf-api-tracking": ("rest_framework_tracking",),
"elastic-apm": ("elasticapm",),
"enum34": ("enum",),
Expand All @@ -158,6 +160,8 @@ def two_groups_hyphens_two_replacements_with_suffix(
"grpcio": ("grpc",),
"grpcio-health-checking": ("grpc_health",),
"grpcio-reflection": ("grpc_reflection",),
"grpcio-status": ("grpc_status",),
"grpcio-testing": ("grpc_testing",),
"honeycomb-opentelemetry": ("honeycomb.opentelemetry",),
"ipython": ("IPython",),
"jack-client": ("jack",),
Expand All @@ -166,6 +170,7 @@ def two_groups_hyphens_two_replacements_with_suffix(
"launchdarkly-server-sdk": ("ldclient",),
"mail-parser": ("mailparser",),
"matplotlib": ("matplotlib", "mpl_toolkits"),
"matrix-nio": ("nio",),
"mysql-connector-python": ("mysql.connector",),
"netcdf4": ("netCDF4",),
"o365": ("O365",),
Expand Down

0 comments on commit 093d536

Please sign in to comment.