You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currious if you do a poetry install --only group1,group2
Then you bundle it with this plugin, does it only bundle the group1,group2 dependencies?
Because the venv site-packages folder unfortunately has garbage like:
I'd really like for this bunder to only give me group1 and group2 dependencies and nothing more. I don't want venv output, otherwise how else am I going to make use of the group feature ... I can copy venv/lib/python*/site-packages/* without the need for a plugin.
poetry install --only-root
exists so that one can ignore all other dependency groups.But how can I achieve that with
bundle venv
?The text was updated successfully, but these errors were encountered: