As far as I can tell, this -i argument overrides any index-url value set in pip.conf, which I am using to point pip at a PyPI mirror to avoid proxy issues. Also, pypi.org/simple is the default value for this argument, so this line is redundant anyhow.
This is the pip.conf file I'm using; some names have been changed to protect the innocent ;)
Please consider dropping this line from the misp-modules/REQUIREMENTS file:
https://github.com/MISP/misp-modules/blob/cb12d8a055bce4757df71fe081341836ac4329a3/REQUIREMENTS#L8
As far as I can tell, this -i argument overrides any index-url value set in pip.conf, which I am using to point pip at a PyPI mirror to avoid proxy issues. Also, pypi.org/simple is the default value for this argument, so this line is redundant anyhow.
This is the pip.conf file I'm using; some names have been changed to protect the innocent ;)
Here's my proposed fix, thanks for considering it