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

- [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. - [x] If...

Hi, no hash is being created in the `requirements.txt` file when I run `poetry export -f requirements.txt`. This means `pip` fails when it reads the file. It's fine, `pip` actually...

Hi, I am seeing very slow poetry export performance inside docker. I've used the poetry sources as reference. poetry git:(master) ✗ git clone https://github.com/python-poetry/poetry.git poetry git:(master) ✗ time poetry export...

When `pip-compile` creates a `requirements.txt`, it will include a "via" line for each requirement: this line defines the rationale for why the requirement was included, such as "via -r requirements.in"...

- [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. - [x] If...

- [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. - [x] If...

- [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. - [x] If...

For some reason `poetry export` seems to add some additional dependencies like `ansicon`, `colorama` and `jinxed` that are not present in my environment (neither listed by `pip list` nor `poetry...

Pip does not support installation from a `requirements.txt` file with hashes not for all packages. Why does poetry export simple skip hashes insted of raise an error? If the lock...

Motivation: I am building a docker image using script: https://github.com/tchaton/sagemaker-torch-template ``` from jinja2 import Template CMD = "RUN pip install " requirements = [] with open("requirements.txt") as file_: for l...

enhancement