pyupio / pyup

A tool to update your project's dependencies on GitHub. Runs on pyup.io, comes with a command line interface.
https://pyup.io
MIT License
454 stars 67 forks source link

No support for === #328

Open andy-maier opened 6 years ago

andy-maier commented 6 years ago

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 commented 4 years ago

Relates to #327 and #345