The pyproject.toml file
In package mode, the only required fields are name and version
(either in the project section or in the tool.poetry section).
Other fields are optional.
In non-package mode, all fields are optional.
Note
Run poetry check to print warnings about deprecated fields.
The p…