File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
# NOTE(NiklasRosenstein): We pin this version so we can keep using the old way that Slap supports installing
3
3
# the "docs" extra without Poetry complaining about invalid format of the requirements.
4
- requires = [" poetry-core==1.1.0a6 " ]
4
+ requires = [" poetry-core==1.6.0 " ]
5
5
build-backend = " poetry.core.masonry.api"
6
6
7
7
[tool .poetry ]
@@ -33,20 +33,14 @@ isort = "^5.10.1"
33
33
flake8 = " ^4.0.1"
34
34
black = " ^22.3.0"
35
35
36
- [tool .poetry .extras ]
37
- docs = [ " novella==0.1.12 " , " pydoc-markdown==4.6.3 " , " mkdocs " , " mkdocs-material " ]
36
+ [tool .poetry .group . docs ]
37
+ optional = true
38
38
39
- # For newer Poetry Core versions only. We need to stick with the old way that Poetry doesn't complain
40
- # about in older versions but work with Slap above.
41
- #
42
- # [tool.poetry.group.docs]
43
- # optional = true
44
- #
45
- # [tool.poetry.group.docs.dependencies]
46
- # mkdocs = "*"
47
- # mkdocs-material = "*"
48
- # novella = "0.2.3"
49
- # pydoc-markdown = "4.6.0"
39
+ [tool .poetry .group .docs .dependencies ]
40
+ mkdocs = " *"
41
+ mkdocs-material = " *"
42
+ novella = " 0.1.12"
43
+ pydoc-markdown = " 4.6.3"
50
44
51
45
[tool .slap ]
52
46
typed = true
You can’t perform that action at this time.
0 commit comments