I'm attempting to install a package from our Git instance using the command uv pip install git+https://<DEPLOY_KEY>@<HOST>/<REPO>, but it appears that it's not implemented in uv. It works when I use the regular pip.
Are there any plans to implement this?
I'm attempting to install a package from our Git instance using the command uv pip install
git+https://<DEPLOY_KEY>@<HOST>/<REPO>, but it appears that it's not implemented in uv. It works when I use the regular pip.Are there any plans to implement this?