Poetry detection relies on a poetry.lock file being present.
Poetry detection is performed by parsing a poetry.lock found under the scan directory.
- 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.