mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-27 15:13:46 +00:00
Use lockfile directly in uv tree
(#5761)
## Summary Ensures that we properly handle (1) duplicated packages and (2) packages that aren't relevant to the current platform. Closes https://github.com/astral-sh/uv/issues/5716. Closes https://github.com/astral-sh/uv/issues/5253.
This commit is contained in:
parent
c5052bc36c
commit
a9a535da14
6 changed files with 371 additions and 40 deletions
|
@ -3,7 +3,7 @@ pub use error::{NoSolutionError, ResolveError};
|
|||
pub use exclude_newer::ExcludeNewer;
|
||||
pub use exclusions::Exclusions;
|
||||
pub use flat_index::FlatIndex;
|
||||
pub use lock::{Lock, LockError};
|
||||
pub use lock::{Lock, LockError, TreeDisplay};
|
||||
pub use manifest::Manifest;
|
||||
pub use options::{Options, OptionsBuilder};
|
||||
pub use preferences::{Preference, PreferenceError, Preferences};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue