mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 20:31:12 +00:00
Move workspace abstractions to uv-workspace crate (#5236)
## Summary These are really different from the rest of the existing crate as evidenced by the bifurcation in the requirements.
This commit is contained in:
parent
1243c5e28c
commit
841edc3718
32 changed files with 142 additions and 73 deletions
|
|
@ -43,9 +43,9 @@ use pypi_types::VerbatimParsedUrl;
|
|||
use requirements_txt::{RequirementsTxt, RequirementsTxtRequirement};
|
||||
use uv_client::BaseClientBuilder;
|
||||
use uv_configuration::{NoBinary, NoBuild};
|
||||
use uv_distribution::pyproject::PyProjectToml;
|
||||
use uv_fs::Simplified;
|
||||
use uv_normalize::{ExtraName, PackageName};
|
||||
use uv_workspace::pyproject::PyProjectToml;
|
||||
|
||||
use crate::RequirementsSource;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue