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

docs/cli: Typo in export section, preventing latest version of poetry-plugin-export (1.8) from being installed #9953

Closed
yongjiajun opened this issue Jan 6, 2025 · 1 comment · Fixed by #9954
Labels
area/docs Documentation issues/improvements status/triage This issue needs to be triaged

Comments

@yongjiajun
Copy link
Contributor

Issue Kind

Error in existing documentation

Existing Link

https://python-poetry.org/docs/cli/#export

Description

There is a typo in the export section on the CLI (Commands) documentation page preventing the latest version of poetry-plugin-export (1.8) from being installed:

[tool.poetry.requires-plugins]
poetry-plugin-export = ">1.8"

By right, it should have been >=1.8. I'll prepare a PR to propose the fix.

@sincorchetes
Copy link

This is solved if I set up:

poetry self add poetry-plugin-export

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Documentation issues/improvements status/triage This issue needs to be triaged
Projects
None yet
2 participants