uv/crates/uv-configuration
Charlie Marsh 0313e7d78b
Use common routines for pip install and pip sync (#3737)
## Summary

This PR takes the functions used in `pip install`, moves them into a
common module, and then replaces all the `pip sync` logic with calls
into those functions. The net effect is that `pip install` and `pip
sync` share far more code and demonstrate much more consistent behavior.

Closes https://github.com/astral-sh/uv/issues/3555.
2024-05-22 12:15:17 -04:00
..
src Use common routines for pip install and pip sync (#3737) 2024-05-22 12:15:17 -04:00
Cargo.toml Remove unused dependencies (#3527) 2024-05-11 13:33:49 -04:00