poetry-plugin-export
poetry-plugin-export copied to clipboard
Poetry plugin to export the dependencies to various formats
Many users do not know. Let's see if it helps.
On a fresh installation of Poetry 2.1.1 (this was also a problem on 2.0.1), installing the export plugin tries to downgrade cffi which is problematic due to compatibility issues with...
I tried to install the plugin with `poetry self add poetry-plugin-export` with Poetry version 1.8.2 and Python version 3.9.20. I get the following error: ``` Because no versions of poetry-plugin-export...
I attempted to create two identical projects, one using Poetry 1.8.5 and the other using Poetry 2.1.1 with this plugin. The folder trees of both are analogous: ``` │ poetry.lock...
The end of the requirements.txt line output under Windows is crlf, but I added pre-commit hooks actions github, and lf will be output under linux, which will lead to failure....
## Descripion: I get the following error when i run `poetry install --no-root` and it suggests "Contribute to poetry-plugin-export to solve this problem." ## Error: The `numpy` package has the...
The deprecated `--dev` option does not work as intended: when running with `--dev`, the dev dependencies are not being exported. Running poetry export with or without the `--dev` option won't...
We have a common library with following setup (shorten and redacted): pyproject.toml ``` [tool.poetry] name = "commons" version = "1.2.25" readme = "README.md" packages = [{ include = "commons", from...