uv
a53188ca - Avoid unnecessarily fetching non-marker-required first-party dependencies (#318)

Commit
2 years ago
Avoid unnecessarily fetching non-marker-required first-party dependencies (#318) E.g., given: ``` flask; python_version < '3.7' requests ``` We shouldn't request the metadata for Flask when on Python versions 3.7 or later.
Author
Parents
Loading