docs: remove "Only a single source may be defined for each dependency" (#8243)

After #7745, mutiple sources are supported.
This commit is contained in:
Jo
2024-10-16 20:19:44 +08:00
committed by GitHub
parent 9f2e54ffba
commit ea0c32df8c
-2
View File
@@ -76,8 +76,6 @@ additional sources are supported by uv:
- Path: A local wheel, source distribution, or project directory.
- Workspace: A member of the current workspace.
Only a single source may be defined for each dependency.
Note that if a non-uv project uses a project with sources as a Git- or path-dependency, only
`project.dependencies` and `project.optional-dependencies` are respected. Any information provided
in the source table will need to be re-specified in a format specific to the other package manager.