buildpacks-python icon indicating copy to clipboard operation
buildpacks-python copied to clipboard

Support the Pipenv package manager

Open edmorley opened this issue 2 years ago • 0 comments

The classic Python buildpack currently supports the package manager Pipenv: https://pipenv.pypa.io https://github.com/heroku/heroku-buildpack-python/blob/main/bin/steps/pipenv-python-version https://github.com/heroku/heroku-buildpack-python/blob/main/bin/steps/pipenv

We should decide whether we want to still support it in the CNB, or whether Pipenv's declining usage (and mixed stability/issues upstream) mean we would rather only support pip + Poetry (+ ideally uv) instead.

Internal tracking epic

edmorley avatar Feb 28 '23 18:02 edmorley