Don't use parse_requirements in your code
I just ran into trouble while building a setuptools package. Specifically, I was using pip.req.parse_requirements to process package dependencies from a requirements.txt file and noticed that upgrading pip would break my code. Upon further investigation, I found out that they(authors of pip) do not guarantee the api of their internal…