poetry-plugin-bundle
poetry-plugin-bundle copied to clipboard
Add possibility to install dependencies to target directory. pip -t flag analogue
Add possibility to install dependencies to target directory without creating a venv. pip -t flag analogue.
The proposed command example is
poetry bundle site-packages ./vendor
Creating this ticket here as suggested on the poetry issue tracker
Any update on this? This functionality will be really nice to have