"This PEP specifies a mechanism for storing package requirements in pyproject.toml files such that they are not included in any built distribution of the project."
"Allow us to define named groups of dependencies that can be independent of the main project."
"It will allow specified dependency groups to be included selectively, simplifying dependency management without disturbing the core project setup."
"Using named groups streamlines the management of dependencies for testing, documentation, and typings, improving the overall user experience for Python projects."
Collection
[
|
...
]