Investigate new method of determining Poetry development dependencies #996
Labels
detector:poetry
The poetry detector
status:requirements
Full requirements are not yet known, so implementation should not be started
type:feature
Feature (new functionality)
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.
The text was updated successfully, but these errors were encountered: