Poetry Detection
February 1, 2024 ยท View on GitHub
Requirements
Poetry detection relies on a poetry.lock file being present.
Detection strategy
Poetry detection is performed by parsing a poetry.lock found under the scan directory.
Known limitations
- Poetry detection will not work if lock files are not being used.
- Dev dependencies are flagged as normal dependencies since it is not possible to determine whether or not a dependency is a development dependency via the lockfile alone.
Full dependency graph generation is not supported.