Skip to content

Commit

Permalink
Add reference to Poetry 2 requires-plugin (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Jan 19, 2025
1 parent 3e83401 commit 4406ced
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ use the following command to install this package into the same environment:
$ pipx inject nox nox-poetry
```

`nox-poetry` relies on functionality from
[`poetry-export-plugin`](https://github.com/python-poetry/poetry-plugin-export), which
is bundled by default in Poetry 1, but not in Poetry >= 2. In Poetry 2, define it
as a required plugin in your `pyproject.toml`:

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

## Requirements

- Python 3.8+
Expand Down

0 comments on commit 4406ced

Please sign in to comment.