astral-sh/uv

Allow `uv add` sources to be specified outside of the requirement

Open

#5,381 创建于 2024年7月23日

在 GitHub 查看
 (1 评论) (4 反应) (0 负责人)Rust (3,111 fork)batch import
clihelp wantedtracking

仓库指标

Star
 (84,934 star)
PR 合并指标
 (平均合并 7天 16小时) (30 天内合并 259 个 PR)

描述

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

贡献者指南