-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Poetry is a python package manager, similar to Pipenv.
At the moment, heroku-buildpack-python supports both vanilla pip (via requirements.txt) and Pipenv (via Pipfile, Pipfile.lock). Unfortunately, there's been a lot of backlash with regards to Pipenv in the Python community, and on the back of that, Poetry was born to serve as a better Pipenv.
That being said, it would be good if this buildpack can detect and install dependencies using Poetry. The package manager uses two files: pyproject.toml
(which has been provisionally accepted in PEP 518) and poetry.lock
.
edmorley, senpos, Djaler, AndreGuerra123, bersace and 126 moreslyapustin and elenakrittikrschuetzler, patrick91, abitrolly, CaseyFaist, Renkoru and 25 moreschneiderfelipe, abhi-kr-2100 and ndelvalleschneiderfelipe