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

Fix version union constraint not properly generated #79

Commits on Sep 6, 2020

  1. Fix version union constraint not properly generated

    When we have a union of constraints, those were not properly generated.
    For example, ^1.2.3,!=1.3.5 would be converted to ^1.2.3,!=1.3.5 (same
    string) under PEP508, which is not valid.
    tomzx committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    54a0eed View commit details
    Browse the repository at this point in the history