mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
eb44bc03f1
Since the last usage was removed in #1113, and pip-grep is actually broken on newer pip anyway (though helpfully silently ignores exceptions, so one wouldn't know). This is the first of the pip-pop removals, the rest will follow as the last usages are switched over. Whilst this tool was intended for internal buildpack usage only, the vendor directory is on `PATH`, so I've documented the removal in CHANGELOG just in case. Refs @W-8208817@.