python-license-check icon indicating copy to clipboard operation
python-license-check copied to clipboard

Check python packages from requirement.txt and report issues

Results 21 python-license-check issues
Sort by recently updated
recently updated
newest added

https://github.com/dhatim/python-license-check/blob/8b0cb0a4d4ab62180f82ed2f007930480fa6cf99/liccheck/command_line.py#L478 It looks like Poetry has updated their pyproject.toml formatting for dependency grouping: https://python-poetry.org/docs/managing-dependencies/ They no longer group all extra dependencies under "extras", but encourage the use of dependency groups....