requirementslib icon indicating copy to clipboard operation
requirementslib copied to clipboard

Requirement equality

Open uranusjr opened this issue 5 years ago • 1 comments

Currently the == operator on requirement is not very useful, since it includes a lot of information. It would be useful if there is a more practical equality check, e.g. ignores hashes if only one has them, consolidate URL and path-based specifications, etc.

uranusjr avatar Sep 04 '18 16:09 uranusjr

for praticality's sake it should probably just do a comparison against equivalent cache key

techalchemy avatar Sep 04 '18 16:09 techalchemy