Open funkindy opened 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
pyproject.toml
Is it possible to point builder to this file and, say, a name of the group to install during the build?
Thank you!
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 groupsIs it possible to point builder to this file and, say, a name of the group to install during the build?
Thank you!