Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature proposal: New wheelhouse bundle #100

Open
florianvazelle opened this issue Apr 11, 2024 · 0 comments
Open

feature proposal: New wheelhouse bundle #100

florianvazelle opened this issue Apr 11, 2024 · 0 comments

Comments

@florianvazelle
Copy link

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 馃檪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant