Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect requirements.txt formatting in poetry export #12

Closed
pmav99 opened this issue Sep 30, 2021 · 0 comments · Fixed by #13
Closed

Incorrect requirements.txt formatting in poetry export #12

pmav99 opened this issue Sep 30, 2021 · 0 comments · Fixed by #13

Comments

@pmav99
Copy link
Contributor

pmav99 commented Sep 30, 2021

The requirements.txt format needs to put a space in front of the semicolon that specifies the package and the pyversion and platform constraints. Right now, without the space, the semicolon will be interpreted as part of a URL. See this issue in packaging:
pypa/packaging#456

Related to:
python-poetry/poetry#4575
pypa/packaging#456

pmav99 added a commit to pmav99/poetry-export-plugin that referenced this issue Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant