Scalingo / python-buildpack

Python buildpack
MIT License
6 stars 12 forks source link

Handle pyproject.toml #80

Open antoine-de opened 1 year ago

antoine-de commented 1 year ago

Modern python package can contain a pyproject.toml instead of a requirements.txt or a Pipfle, cf https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/

Do you have plan to support those this in the buildpack?

antoine-de commented 1 year ago

it seems that there is a PR in the heroku buildpack for this https://github.com/heroku/heroku-buildpack-python/pull/834