Mechanism to fetch a `dev` dependency or from any other group?
njlr opened this issue · 2 comments
njlr commented
Is it possible to fetch a dev
dependency or from any other group?
NathanHowell commented
@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
The use-case is maintaining a Poetry build and a Bazel build in parallel.