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.