soniaai / rules_poetry

Bazel rules that use Poetry for Python package management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mechanism to fetch a `dev` dependency or from any other group?

njlr opened this issue · comments

commented

Is it possible to fetch a dev dependency or from any other group?

@njlr the distinction between dependency groups is less important for Bazel builds (testonly being the notable exception), so I hadn’t implemented this. I can see it being useful though. is this something you could help fix?

commented

The use-case is maintaining a Poetry build and a Bazel build in parallel.