mirror of https://github.com/astral-sh/uv
## Summary This PR separates "gathering the requirements" from the rest of the metadata (e.g., version), which isn't required when installing a package's _dependencies_ (as opposed to installing the package itself). It thus ensures that we don't need to build a package when a static `pyproject.toml` is provided in `pip compile`. Closes https://github.com/astral-sh/uv/issues/4040. |
||
|---|---|---|
| .. | ||
| base_url.rs | ||
| direct_url.rs | ||
| lenient_requirement.rs | ||
| lib.rs | ||
| metadata.rs | ||
| parsed_url.rs | ||
| requirement.rs | ||
| scheme.rs | ||
| simple_json.rs | ||