Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ This tells Poetry to include the specified file, relative to your project direct
In its table form, the value of each script can contain a `reference` and `type`. The supported types are
`console` and `file`. When the value is a string, it is inferred to be a `console` script.

### `extras`
### extras

**Deprecated**: Use `project.optional-dependencies` instead.

Expand Down Expand Up @@ -884,7 +884,7 @@ any custom url in the `urls` section.

If you publish your package on PyPI, they will appear in the `Project Links` section.

## `requires-poetry`
### requires-poetry

A constraint for the Poetry version that is required for this project.
If you are using a Poetry version that is not allowed by this constraint,
Expand All @@ -895,7 +895,7 @@ an error will be raised.
requires-poetry = ">=2.0"
```

## `requires-plugins`
### requires-plugins

In this section, you can specify that certain plugins are required for your project:

Expand Down
Loading