This is an archive of the discontinued LLVM Phabricator instance.

Try to import parse_requirements from pip._internal.req too.
ClosedPublic

Authored by fhahn on Apr 3 2018, 8:04 AM.

Details

Summary

Pip's internal modules have been moved to pip._internal in
95bcf8c5f6394298035a7332c441868f3b0169f4 [1], which is part of the 10.0.0b2
release.

[1] https://github.com/pypa/pip/commit/95bcf8c5f6394298035a7332c441868f3b0169f4

Diff Detail

Repository
rL LLVM

Event Timeline

fhahn created this revision.Apr 3 2018, 8:04 AM
This revision is now accepted and ready to land.Apr 3 2018, 10:05 AM
MatzeB added a comment.EditedApr 3 2018, 10:09 AM

Should we maybe move the requirement list into setup.py instead of using this functionality which they apparently don't want us to use like this? (I'm fine with this patch in the meantime)

The requirements file is needed for Heroku like clouds support.

This revision was automatically updated to reflect the committed changes.