Skip to content

Commit

Permalink
feat(Poetry): Analyze also the development dependencies
Browse files Browse the repository at this point in the history
Implement the analysis of development dependencies on a best effort
approach. In the long run it seems to be reasonable to directly support
the lockfile format and `pyproject.toml`, rather than exporting to a
requirements which looses information (which btw. could be implement in
Python inspector).

As a change of the approach seems indicated in the long run, implement
the functionality in a rather minimal invasive way. Also not that the
`--dev` option is actually deprecated.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Oct 5, 2023
1 parent 48ec26f commit a49787f
Show file tree
Hide file tree
Showing 2 changed files with 819 additions and 6 deletions.
Loading

0 comments on commit a49787f

Please sign in to comment.