poetry-plugin-export icon indicating copy to clipboard operation
poetry-plugin-export copied to clipboard

Poetry plugin to export the dependencies to various formats

Results 88 poetry-plugin-export issues
Sort by recently updated
recently updated
newest added

Resolves: #336 ``` poetry export --format=pylock.toml ```

updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.14.11](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.9...v0.14.11) - [github.com/woodruffw/zizmor-pre-commit: v1.18.0 → v1.20.0](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.18.0...v1.20.0)

Hello, The generated requirements.txt does not consider `POETRY_HTTP_BASIC_*` environment variables as HTTP basic auth for the extra index when specifying `--with-credentials`.

Poetry installed with `brew install poetry`. This is why core functionality should not be in a plugin. ```sh $ poetry self add poetry-plugin-export Using version ^1.9.0 for poetry-plugin-export Updating dependencies...

- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. * OS version:...

The PR adds a `--without-markers` flag to the poetry export command. It tells Poetry to leave out all environment markers from the generated `requirements.txt`. We ran into repeated issues where...

With [PEP 751](https://peps.python.org/pep-0751/) being accepted, it'd be nice if this plugin could add support for `pylock.toml` as an output format too for interoperability, as workflows begin to adopt the it....

# Feature request - Add a comment to auto-generated files stating the files are auto-generated Just like `poetry.lock` files, the `requirements.txt` files generated using this plugin could use a comment...