mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-23 16:51:40 +00:00
Move extra specification into uv-configuration
(#3897)
## Summary I need to use this in the resolver (and it's at-home with other, similar configuration options).
This commit is contained in:
parent
2b6c24ed2d
commit
3461c8b585
13 changed files with 69 additions and 70 deletions
|
@ -12,13 +12,12 @@ use distribution_types::{
|
|||
};
|
||||
use pep508_rs::RequirementOrigin;
|
||||
use pypi_types::VerbatimParsedUrl;
|
||||
use uv_configuration::ExtrasSpecification;
|
||||
use uv_distribution::{DistributionDatabase, Reporter};
|
||||
use uv_fs::Simplified;
|
||||
use uv_resolver::{InMemoryIndex, MetadataResponse};
|
||||
use uv_types::{BuildContext, HashStrategy};
|
||||
|
||||
use crate::ExtrasSpecification;
|
||||
|
||||
/// A resolver for requirements specified via source trees.
|
||||
///
|
||||
/// Used, e.g., to determine the input requirements when a user specifies a `pyproject.toml`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue