pyup icon indicating copy to clipboard operation
pyup copied to clipboard

Direct references are considered unpinned

Open Harmon758 opened this issue 5 years ago • 0 comments

Pip has supported direct references since version 19.1. Pyup seems to ignore them and consider the requirement unpinned, e.g. https://github.com/Harmon758/Harmonbot/pull/2495 and https://github.com/Harmon758/Harmonbot/pull/2496, due to https://github.com/Harmon758/Harmonbot/commit/35b03d9a22304b211594b09816452f8f9ad6dc6c (both also show "unpinned" as the status in the repo dashboard). It should probably ignore requirements that use direct references instead, in the same way that requirements installed directly from a URL using the egg suffix are ignored.

Harmon758 avatar Nov 29 '20 18:11 Harmon758