A Poetry plugin that freezes a wheel's dependency versions based on the current lock file, ensuring reproducible builds. Version 1.2.0 supports both Poetry v1 and v2, and requires Python ≥3.9.
pip install poetry-plugin-freeze==1.2.0No compatibility data collected yet for this library.
After installing the plugin, use `poetry freezer freeze` to embed pinned dependency versions from the lock file into a wheel.
Upgrade to poetry-plugin-freeze==1.2.0 or later.
Ensure your dev dependencies are not needed for runtime wheel execution, or use a different approach to freeze them.
Run `poetry self add poetry-plugin-freeze` after `pip install` or directly `poetry self add`.
Do not import it; use as a Poetry CLI command: `poetry freezer`.
Run `poetry self add poetry-plugin-freeze` to register the plugin.
Upgrade to poetry-plugin-freeze==1.2.0 which supports Poetry v2.
No dependency data recorded yet.