python poetry添加某个git仓库的某个分支

命令行不太清楚怎么弄,但可以通过编辑pyproject.toml实现

实例:

pypika-tortoise = { git = "https://github.com/henadzit/pypika-tortoise", branch = "do-not-use-builder" }

参考:WIP Do not copy pypika query by henadzit · Pull Request #1851 · tortoise/tortoise-orm · GitHub

你可能感兴趣的:(git)