Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 530 Bytes

poetry.md

File metadata and controls

13 lines (10 loc) · 530 Bytes

Poetry Detection

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

  1. Poetry detection will not work if lock files are not being used.
  2. 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.