Recipies for for analyzing python dependencies with common "pip-adjacent" tools #20368
cburroughs
started this conversation in
Development
Replies: 2 comments 2 replies
-
See also #16495 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nice one! On the surface, I think using the
I think step 3's result will be served from the cache from step 1, the process won't run, and the new dep version in step 2 won't be detected. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pip-licenses, pip-audit , and pip itself are useful tools for analyzing Python dependencies, but they don't know how to read a PEX lockfile. You can
pants export
and run any of these, but I took a rough stab at making them one line targets.Beta Was this translation helpful? Give feedback.
All reactions