Open Harmon758 opened 3 years ago
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.
egg
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.