Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 13:58

peodd 0.4.0 - (2022-01-06)

New features:

  • Add support for poetry extras (#3)
    This feature adds support for exporting poetry extras. The extras
    dependency will have a dictionary with the version number. The name
    and version is extracted and is written to the file.

Feature changes:

  • Change the way how peodd handles unsupported dependency format
    Earlier, peodd used to skip any dependency if it is not supported.
    This is changed and now it raises an exception saying the format is
    not supported and stops the program.