You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/specifications/pyproject-toml.rst
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -551,7 +551,6 @@ Declaring dependency groups: the ``[dependency-groups]`` table
551
551
This specification defines Dependency Groups, a mechanism for storing package requirements in
552
552
``[pyproject.toml]`` files such that they are not included in project metadata when it is built.
553
553
554
-
555
554
The ``[dependency-groups]`` table is an optional top-level table that allows defining non-distribution dependencies used for internal tooling, such as testing or linting.
556
555
557
556
For the full specification and behavior, refer to the `Dependency Groups specification <https://packaging.python.org/en/latest/specifications/dependency-groups/>`_.
0 commit comments