freshli-lib
freshli-lib copied to clipboard
Add support for URLs in pip
Some pip files include URLs, e.g.:
https://github.com/gevent/gevent/archive/master.zip; python_version >= "3.8"
Currently, PipRequirementsTxtManifest is unable to properly parse such URLs. It should be updated so that it can.
Relevant example from https://github.com/HelloZeroNet/ZeroNet as of 1/1/2020:
https://github.com/gevent/gevent/archive/master.zip; python_version >= "3.8"