Skip to content

feature proposal: New wheelhouse bundleΒ #100

@florianvazelle

Description

@florianvazelle

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.txt

For exemple, this can be achieve with:

$ poetry bundle wheels /path/to/wheelhouse

I don't know if this plugin should handle this use case, I'm open to feedback πŸ™‚

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions