We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5a86e commit fabd1f9Copy full SHA for fabd1f9
CHANGES
@@ -36,7 +36,7 @@ _Maintenance only, no bug fixes or new features_
36
Per [Poetry's docs on managing dependencies] and `poetry check`, we had it wrong: Instead of using extras, we should create these:
37
38
```toml
39
- [tool.poetry.group.[group-name].dependencies]
+ [tool.poetry.group.group-name.dependencies]
40
dev-dependency = "1.0.0"
41
```
42
0 commit comments