-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hi, I submit a proposal to allow exporting project dependencies as a wheelhouse π
This is useful for reproducibility (ref: pip/repeatable-installs).
Actually with poetry we need to do this:
$ poetry export --format requirements.txt --output wheelhouse/requirements.txt
$ poetry run pip wheel --no-deps --wheel-dir wheelhouse/ --requirement wheelhouse/requirements.txtFor exemple, this can be achieve with:
$ poetry bundle wheels /path/to/wheelhouseI don't know if this plugin should handle this use case, I'm open to feedback π
quotientjon
Metadata
Metadata
Assignees
Labels
No labels