Closed Elijas closed 1 year ago
Hey, thanks for the excellent question. And sorry about the late reply..
Yes ! Version ranges are resolved by pip
, when you run the command.
So you can use this repository even if you requirements are ranged-based. github-hosted-pypi
is basically just a list of versions with links, pip
retrieves this list, resolve the version to install, then follow the link to install the package.
I have a requirements.txt file with the following contents:
Will the version ranges be resolved, or is it necessary to use a PyPI server to handle the version resolution?