raimon49 / pip-licenses

Dump the license list of packages installed with pip.
MIT License
298 stars 42 forks source link

Output dependency graph to identify source of bad license that triggered fails-on. #197

Open shengy90 opened 1 month ago

shengy90 commented 1 month ago

For instance I'd like to flag GNU/ GPL licenses in my dependency.

Right now --fail-on fails on the first instance of a dependency that uses GNU/GPL license. The only way to troubleshoot right now is to:

It'd be great if we could identify all failed dependencies (not just the first one) and identify the sources so we can get rid of the incompatible ones!