python-poetry / python-poetry/poetry-plugin-export
exporting to requirements.txt always prepends -e to dependencies
Open
@finswimmer is already working on this.
Since Nov 30, 2019.
- Dominant language
- Python
- Stars
- 335
- Forks
- 57
- Avg merge
- 1h 23m
- Merged PRs (30d)
- 3
Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption).
- Poetry version: 1.0.0b8
Issue
As reported by @petergaultney in https://github.com/sdispater/poetry/pull/1630 -e get always prepended for folder dependencies regardless develop = false is set in pyproject.toml or not.
Further investigation has shown, that this setting isn't transported poetry.lock. Overall develop = false doesn't have any effect as expected for now.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.