mirror of https://github.com/astral-sh/uv
Rename "Dependency specifiers" section to exclude PEP 508 reference (#14631)
This commit is contained in:
parent
d2c81e503f
commit
c226d66f35
|
|
@ -808,12 +808,12 @@ Or, to opt-out of using an editable dependency in a workspace:
|
|||
$ uv add --no-editable ./path/foo
|
||||
```
|
||||
|
||||
## Dependency specifiers (PEP 508)
|
||||
## Dependency specifiers
|
||||
|
||||
uv uses
|
||||
uv uses standard
|
||||
[dependency specifiers](https://packaging.python.org/en/latest/specifications/dependency-specifiers/),
|
||||
previously known as [PEP 508](https://peps.python.org/pep-0508/). A dependency specifier is composed
|
||||
of, in order:
|
||||
originally defined in [PEP 508](https://peps.python.org/pep-0508/). A dependency specifier is
|
||||
composed of, in order:
|
||||
|
||||
- The dependency name
|
||||
- The extras you want (optional)
|
||||
|
|
|
|||
|
|
@ -78,6 +78,8 @@ document$.subscribe(function () {
|
|||
"concepts/projects/#building-projects": "concepts/projects/build/",
|
||||
"concepts/projects/#build-isolation":
|
||||
"concepts/projects/config/#build-isolation",
|
||||
"concepts/projects/dependencies/#dependency-specifiers-pep-508":
|
||||
"concepts/projects/dependencies/#dependency-specifiers",
|
||||
};
|
||||
|
||||
// The prefix for the site, see `site_dir` in `mkdocs.yml`
|
||||
|
|
|
|||
Loading…
Reference in New Issue