Skip to content

Commit

Permalink
Extend default module mapping for Python 3rd-party dependency inferen…
Browse files Browse the repository at this point in the history
…ce: pysocks and atlassian-python-api (pantsbuild#17654)
  • Loading branch information
AlexTereshenkov authored Nov 28, 2022
1 parent 57fecb6 commit 15750db
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"absl-py": ("absl",),
"ansicolors": ("colors",),
"apache-airflow": ("airflow",),
"atlassian-python-api": ("atlassian",),
"attrs": ("attr",),
# Azure
"azure-common": ("azure.common",),
Expand Down Expand Up @@ -134,6 +135,7 @@
"pyopenssl": ("OpenSSL",),
"pypdf2": ("PyPDF2",),
"pypi-kenlm": ("kenlm",),
"pysocks": ("socks",),
"pytest": ("pytest", "_pytest"),
"python-dateutil": ("dateutil",),
"python-docx": ("docx",),
Expand Down

0 comments on commit 15750db

Please sign in to comment.