From this answer, I am able to get the dependencies of a package. However I am looking for a solution that does not require you to download and install the package.
Is this possible?
Edit: I meant getting the package dependencies from PyPI. I want to get the package dependencies from a PyPI package, but my only solution requires me to install the package, which is not what I want. Is it possible to get the package dependencies from PyPI?