mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-24 13:43:45 +00:00
Use existing index field in PEP 723 scripts (#9238)
## Summary Purely internal, this setting already exists.
This commit is contained in:
parent
f49230471c
commit
45eeae61ff
4 changed files with 1 additions and 5 deletions
|
@ -8,7 +8,6 @@ use memchr::memmem::Finder;
|
|||
use serde::Deserialize;
|
||||
use thiserror::Error;
|
||||
|
||||
use uv_distribution_types::Index;
|
||||
use uv_pep440::VersionSpecifiers;
|
||||
use uv_pep508::PackageName;
|
||||
use uv_pypi_types::VerbatimParsedUrl;
|
||||
|
@ -275,7 +274,6 @@ pub struct ToolUv {
|
|||
pub override_dependencies: Option<Vec<uv_pep508::Requirement<VerbatimParsedUrl>>>,
|
||||
pub constraint_dependencies: Option<Vec<uv_pep508::Requirement<VerbatimParsedUrl>>>,
|
||||
pub sources: Option<BTreeMap<PackageName, Sources>>,
|
||||
pub index: Option<Vec<Index>>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue