setuptools dependency added for [doc_build]
This commit is contained in:
parent
67b03d01cd
commit
5a9c84aa92
|
|
@ -53,7 +53,8 @@ doc_build = [
|
||||||
"ipykernel",
|
"ipykernel",
|
||||||
"jupyter",
|
"jupyter",
|
||||||
"nbconvert",
|
"nbconvert",
|
||||||
"notedown"
|
"notedown",
|
||||||
|
"setuptools"
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue