paketo-buildpacks / poetry

Apache License 2.0
5 stars 6 forks source link

Using shared pyproject.toml #469

Open funkindy opened 1 month ago

funkindy commented 1 month ago

I have a kind of monorepo with multiple folders for functions (one function = one folder).

In my setup i have a single pyproject.toml file, and requirements for each function is separated in different poetry groups

Is it possible to point builder to this file and, say, a name of the group to install during the build?

Thank you!