Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/concepts/projects/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions docs/js/extra.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Loading