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

No support for === #328

Open
andy-maier opened this issue Nov 16, 2018 · 1 comment
Open

No support for === #328

andy-maier opened this issue Nov 16, 2018 · 1 comment
Labels
bug considering Under consideration dparse

Comments

@andy-maier
Copy link

The syntax of requirements files supports === as a version comparison operator, for cases where the exact version as specified is to be used. The difference to using == is quite subtle and is in the area of special development versions (not sure I can describe that properly).

The minimum-constraints.txt files used in the OpenStack project for example use ===.

It seems pyup is not recognizing === at all, and i suggest to add support for it.

@rafaelpivato
Copy link
Contributor

Relates to #327 and #345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug considering Under consideration dparse
Projects
None yet
Development

No branches or pull requests

2 participants