mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 04:48:18 +00:00
Add a universal resolution mode to pip compile (#4505)
## Summary This needs more tests and a few more changes, but checkpointing it for now.
This commit is contained in:
parent
f2f48d339e
commit
e1708689a9
10 changed files with 186 additions and 27 deletions
|
|
@ -177,6 +177,7 @@ pub struct PipOptions {
|
|||
pub config_settings: Option<ConfigSettings>,
|
||||
pub python_version: Option<PythonVersion>,
|
||||
pub python_platform: Option<TargetTriple>,
|
||||
pub universal: Option<bool>,
|
||||
pub exclude_newer: Option<ExcludeNewer>,
|
||||
pub no_emit_package: Option<Vec<PackageName>>,
|
||||
pub emit_index_url: Option<bool>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue