jvolkman / rules_pycross

Bazel + Python rules for cross-platform external dependencies
Apache License 2.0
59 stars 22 forks source link

Are Poetry dependency groups supported? #95

Open njlr opened 5 months ago

njlr commented 5 months ago

Are Poetry dependency groups supported?

Is there an example of using a dev dependency for a particular target, e.g. a py_test ?

jvolkman commented 5 months ago

Groups are supported with PDM, but I don't think they're currently supported for Poetry lock files.