I want to pull the live version of a package as a dependency of another package I install with pip.
Now, I have already found out how to install a live version of a package via pip; and that is not the question I am asking here.
I'd like to know whether I can pull in a live dependency version (e.g. from the PyPI index) - at present I was only able to set up tarballs via PyPI.