astral-sh/uv
Vedi su GitHubAllow `uv add` sources to be specified outside of the requirement
Open
#5381 aperta il 23 lug 2024
clihelp wantedtracking
Metriche repository
- Star
- (84.934 star)
- Metriche merge PR
- (Merge medio 7g 16h) (259 PR mergiate in 30 g)
Descrizione
e.g.
uv add [<package>] --git <url>
uv add [<package>] --path <path>
uv add [<package>] --url <url>
uv add [<package>] --workspace <path>
These user should be able to optionally include the package name and specifiers, e.g. uv add "httpx>0.2.0" --git https://github.com/encode/httpx
See:
- #5383
- #5384
- #5385
- #5386