Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor dependency specification parsing logic #5554

Merged

Commits on May 7, 2022

  1. refactor dependency specification parsing logic

    This change moves, cleans up and refactors dependency specification
    parsing logic from `InitCommand` to
    `poetry.utils.dependency_specification`. This is done to improve
    usability and maintainability of this logic.
    abn committed May 7, 2022
    Configuration menu
    Copy the full SHA
    b63c513 View commit details
    Browse the repository at this point in the history
  2. add: allow specification of PEP 508 dependencies

    With this change, users can now add dependencies using valid PEP 508
    strings.
    abn committed May 7, 2022
    Configuration menu
    Copy the full SHA
    49dda75 View commit details
    Browse the repository at this point in the history