raimon49 / pip-licenses

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

Allow a version to be specified in `--ignore-packages` #151

Closed thejcannon closed 1 year ago

thejcannon commented 1 year ago

:wave:

It'd be great if I could specify a version along with the name in --ignore-packages.

I can hand-curate this list for my org based on the current version (oh no foo:0.2.1 has UNKNOWN, but the LICENSE.txt is Apache, so we're OK). But if someone updated the version it a newer version with a different license we shouldn't ignore it in case the license changes.