Skip to content

Commit

Permalink
docs/cli: Fix typo in export section to allow `poetry-plugin-export…
Browse files Browse the repository at this point in the history
…` at latest version `1.8` (#9954)
  • Loading branch information
yongjiajun authored Jan 8, 2025
1 parent 019cb53 commit b4d3526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ you can also define in your `pyproject.toml` that the plugin is required for the

```toml
[tool.poetry.requires-plugins]
poetry-plugin-export = ">1.8"
poetry-plugin-export = ">=1.8"
```
{{% /warning %}}

Expand Down

0 comments on commit b4d3526

Please sign in to comment.