uv/crates/puffin-resolver
Charlie Marsh 0bb2c92246
Add editable install support to pip-install (#675)
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.
2023-12-18 09:52:32 +01:00
..
src Add editable install support to pip-install (#675) 2023-12-18 09:52:32 +01:00
tests Support editable in pip-sync and pip-compile (#587) 2023-12-16 22:37:34 +00:00
Cargo.toml Support editable in pip-sync and pip-compile (#587) 2023-12-16 22:37:34 +00:00