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: docs/config/environment/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ features = [
105
105
106
106
### Dependency Groups
107
107
108
-
You can include [PEP 735](https://peps.python.org/pep-0735/) dependency groups in your environments using the `dependency-groups` option:
108
+
You can include [dependency.groups](https://packaging.python.org/en/latest/specifications/dependency-groups/#dependency-groups) defined by PEP 735 in your environments using the `[dependency-groups]` table:
109
109
110
110
```toml config-example
111
111
[dependency-groups]
@@ -120,7 +120,7 @@ dependency-groups = [
120
120
]
121
121
```
122
122
123
-
Dependency groups provide a standardized way to organize related dependencies and can be shared across different build systems. See [advanced usage](advanced.md#dependency-groups) for more details on dependency group features like including other groups.
123
+
Dependency groups provide a standardized way to organize related development dependencies (such as tools used for tests, linting and type checking). They can be shared across different build systems. See [advanced usage](advanced.md#dependency-groups) for more details on dependency group features like including other groups.
124
124
125
125
!!! note
126
126
Unlike features which affect how the project itself is installed, dependency groups are separate dependencies that are installed alongside the project.
0 commit comments