mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 21:02:37 +00:00
## Summary The overall strategy here is to make this code look more like `requirements_txt.rs`: we seed the root members, then perform a DFS. Previously, we created all nodes upfront, which caused problems when using `--only-group`, since we'd omit "production" dependencies of development dependencies. Closes https://github.com/astral-sh/uv/issues/12526. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||