heroku / heroku-buildpack-python

Heroku's buildpack for Python applications.
https://www.heroku.com/python
MIT License
973 stars 1.83k forks source link

Remove unnecessary `pipenv-to-pip` script #1593

Closed edmorley closed 1 month ago

edmorley commented 1 month ago

Since its only used to export Pipfile.lock to requirements.txt, however, when using Pipenv the requirements file is never used (in a much older iteration of cache invalidation, the requirements-installed.txt copy of the file was used).

This also means the vendor directory no longer needs to be on PATH (it shouldn't have been added to the path exposed to the user-facing parts of the buildpack in the first place).

GUS-W-15979429.