Update dependencies.md with typo fix (stands -> standards) (#8142)

This commit is contained in:
Adam Dangoor 2024-10-12 13:53:36 +01:00 committed by GitHub
parent 8605259f3d
commit 9351652e32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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