mirror of https://github.com/astral-sh/uv
Update dependencies.md with typo fix (stands -> standards) (#8142)
This commit is contained in:
parent
8605259f3d
commit
9351652e32
|
|
@ -58,7 +58,7 @@ dependencies = [
|
|||
If the project only requires packages from standard package indexes, then `project.dependencies` is
|
||||
sufficient. If the project depends on packages from Git, remote URLs, or local sources,
|
||||
`tool.uv.sources` can be used to enrich the dependency metadata without ejecting from the
|
||||
stands-compliant `project.dependencies` table.
|
||||
standards-compliant `project.dependencies` table.
|
||||
|
||||
!!! tip
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue