pyup icon indicating copy to clipboard operation
pyup copied to clipboard

No support for ===

Open andy-maier opened this issue 7 years ago • 1 comments

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.

andy-maier avatar Nov 16 '18 15:11 andy-maier

Relates to #327 and #345

rafaelpivato avatar Mar 28 '20 14:03 rafaelpivato