mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-28 22:48:13 +00:00
Per the title: adds support for `-e` installs to `puffin pip-install`. There were some challenges here around threading the editable installs to the right places. Namely, we want to build _once_, then reuse the editable installs from the resolution. At present, we were losing the `editable: true` flag on the `Dist` that came back through the resolution, so it required some changes to the resolver. Closes https://github.com/astral-sh/puffin/issues/672. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||