Skip to content

Commit

Permalink
Add additional default module mappings (pantsbuild#18031)
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw authored Jan 18, 2023
1 parent f28f65e commit fb5d112
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"google-cloud-pubsub": ("google.cloud.pubsub_v1", "google.cloud.pubsub"),
"google-cloud-secret-manager": ("google.cloud.secretmanager",),
"google-cloud-storage": ("google.cloud.storage",),
"graphql-core": ("graphql",),
"grpcio": ("grpc",),
"ipython": ("IPython",),
"jack-client": ("jack",),
Expand Down Expand Up @@ -152,6 +153,7 @@
"oslo-versionedobjects": ("oslo_versionedobjects",),
"oslo-vmware": ("oslo_vmware",),
"paho-mqtt": ("paho",),
"phonenumberslite": ("phonenumbers",),
"pillow": ("PIL",),
"pip-tools": ("piptools",),
"progressbar2": ("progressbar",),
Expand All @@ -172,6 +174,7 @@
"python-docx": ("docx",),
"python-dotenv": ("dotenv",),
"python-editor": ("editor",),
"python-engineio": ("engineio",),
"python-hcl2": ("hcl2",),
"python-jose": ("jose",),
"python-json-logger": ("pythonjsonlogger",),
Expand All @@ -192,6 +195,7 @@
"sseclient-py": ("sseclient",),
"setuptools": ("easy_install", "pkg_resources", "setuptools"),
"snowflake-connector-python": ("snowflake.connector",),
"strawberry-graphql": ("strawberry",),
"streamlit-aggrid": ("st_aggrid",),
"opensearch-py": ("opensearchpy",),
}
Expand Down

0 comments on commit fb5d112

Please sign in to comment.