component-detection icon indicating copy to clipboard operation
component-detection copied to clipboard

Investigate new method of determining Poetry development dependencies

Open cobya opened this issue 1 year ago • 0 comments

With #991 it came to our attention that with the more recent Poetry lock file changes (see https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md#150---2023-05-19) the category field is no longer present.

This was being used to determine whether a dependency was used in the main package or as a development only dependency. Investigate a new method of determining which dependencies are used for development only as the detector will now be overreporting.

cobya avatar Feb 01 '24 18:02 cobya