Files
heroku-buildpack-python/vendor
Claudio Jolowicz 468d27ab98 Adapt pip-pop to changes in pip >= 10
The pip-diff and pip-grep tools from the vendorized `pip-pop` package
import internal modules from pip. In pip >= 10, internal modules were
moved under `pip._internal`, breaking the imports. Use `try...except
ImportError` to handle both import paths.

Also, the interface of the `PackageFinder` class from one of these
modules changed. Provide a wrapper function to allow creating objects of
this type using the old interface.
2019-11-24 15:43:13 +01:00
..
2017-03-02 22:11:03 -08:00
2017-03-14 13:36:29 -04:00
2017-12-15 09:19:03 -05:00
2017-12-15 09:19:03 -05:00