Skip to content

Commit

Permalink
Override for jwt/PyJWT (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese authored Mar 18, 2024
1 parent d65eaaa commit 0708c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/backends/python/pypi_map.override.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var moduleToPypiPackageOverride = map[string][]string{
"graphics": {"graphics.py"}, // this package is popular, but the module doesn't match the package name https://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/graphics.html#a-graphics-introduction
"replit.ai": {"replit-ai"}, // Replit's AI package
"glm": {"PyGLM", "glm"}, // Both of these packages are valid, but PyGLM is a library, glm is an executable.
"jwt": {"PyJWT", "jwt"}, // Both of these packages are valid, but PyJWT is more popular
"ldclient": {"ldclient-py", "ldclient"}, // LaunchDarkly client
"tensorflow": append([]string{"tensorflow"}, tf_variants[:]...), // Avoid suggesting conflicting tensorflow builds
"tensorflow-federated": {"tensorflow-federated", "tensorflow-federated-nightly"}, // Avoid suggesting conflicting tensorflow-federated packages
Expand Down

0 comments on commit 0708c25

Please sign in to comment.