soniaai / rules_poetry

Bazel rules that use Poetry for Python package management
MIT License
73 stars 22 forks source link

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

Closed njlr closed 1 year ago

njlr commented 2 years ago

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

NathanHowell commented 2 years ago

@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?

njlr commented 2 years ago

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