-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 #4575
Labels
kind/bug
Something isn't working as expected
Comments
alexifm
added
kind/bug
Something isn't working as expected
status/triage
This issue needs to be triaged
labels
Sep 30, 2021
@alexifm which poetry version do you use? In poetry 1.2 this will probably need to get fixed in https://github.com/python-poetry/poetry-export-plugin I will open a ticket there. |
pmav99
added a commit
to pmav99/poetry-export-plugin
that referenced
this issue
Sep 30, 2021
…m constraints Fixes python-poetry#12 Related to: - python-poetry/poetry#4575 - pypa/packaging#456
─❯ poetry -V
Poetry version 1.1.10 |
pmav99
added a commit
to pmav99/poetry
that referenced
this issue
Oct 2, 2021
2 tasks
pmav99
added a commit
to pmav99/poetry
that referenced
this issue
Nov 11, 2021
2 tasks
neersighted
pushed a commit
that referenced
this issue
Nov 14, 2021
neersighted
pushed a commit
to python-poetry/poetry-plugin-export
that referenced
this issue
Nov 14, 2021
…m constraints Fixes #12 Related to: - python-poetry/poetry#4575 - pypa/packaging#456
1nF0rmed
pushed a commit
to 1nF0rmed/poetry
that referenced
this issue
Nov 15, 2021
edvardm
pushed a commit
to edvardm/poetry
that referenced
this issue
Nov 24, 2021
Merged
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 inpackaging
:pypa/packaging#456
The text was updated successfully, but these errors were encountered: