Allow dependency metadata entries for direct URL requirements (#7846)
## Summary This is part of making https://github.com/astral-sh/uv/issues/7299#issuecomment-2385286341 better. You can now use `tool.uv.dependency-metadata` for direct URL requirements. Unfortunately, you _must_ include a version, since we need one to perform resolution.
This commit is contained in:
@@ -590,7 +590,7 @@ pub(crate) fn fetch(
|
||||
}
|
||||
}
|
||||
|
||||
/// Attempts to use `git` CLI installed on the system to fetch a repository,.
|
||||
/// Attempts to use `git` CLI installed on the system to fetch a repository.
|
||||
fn fetch_with_cli(
|
||||
repo: &mut GitRepository,
|
||||
url: &str,
|
||||
|
||||
Reference in New Issue
Block a user