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

Provide Support for Poetry Dependency Groups

Open jameslewellyn opened this issue 2 months ago • 0 comments

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.

Can liccheck be updated to support including the dependency groups used in Poetry in its reports?

jameslewellyn avatar Apr 30 '24 16:04 jameslewellyn