We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0012cef commit d45d83fCopy full SHA for d45d83f
CHANGES
@@ -39,7 +39,7 @@ _Maintenance only, no bug fixes or new features_
39
Per [Poetry's docs on managing dependencies] and `poetry check`, we had it wrong: Instead of using extras, we should create these:
40
41
```toml
42
- [tool.poetry.group.[group-name].dependencies]
+ [tool.poetry.group.group-name.dependencies]
43
dev-dependency = "1.0.0"
44
```
45
0 commit comments