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
Differential D45211
Try to import parse_requirements from pip._internal.req too. fhahn on Apr 3 2018, 8:04 AM. Authored by
Details Pip's internal modules have been moved to pip._internal in [1] https://github.com/pypa/pip/commit/95bcf8c5f6394298035a7332c441868f3b0169f4
Diff Detail Event TimelineComment Actions 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) |