paketo-buildpacks / poetry-install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement poetry-install

thitch97 opened this issue · comments

Background

RFC 0006 outlines the proposed addition of support for Poetry in the Python buildpack. In order to conform to the RFC, a new buildpack named poetry-install should be created.

Proposal

Create a buildpack using packit that installs application dependencies using poetry.

The buildpack API should be as follows:
provides: poetry-venv
requires: cpython, pip, and poetry during build