pip supports specifying git installs at a specific point in the VCS like below ``` git+https://myvcs.com/some_dependency@sometag ``` We should parse the `@sometag` and pass that into the `ref` argument of `install_git`
pip supports specifying git installs at a specific point in the VCS like below
We should parse the
@sometagand pass that into therefargument ofinstall_git