Merge pull request #13 from DLR-Institute-of-Future-Fuels/dev

setuptools dependency added for [doc_build]
This commit is contained in:
Nicolas Kruse 2026-02-11 14:14:23 +01:00 committed by GitHub
commit 0b402417e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ doc_build = [
"ipykernel", "ipykernel",
"jupyter", "jupyter",
"nbconvert", "nbconvert",
"notedown" "notedown",
"setuptools"
] ]
[tool.mypy] [tool.mypy]