fixed requirements in pyproject.toml still pointing to sphinx

This commit is contained in:
Bastian Venthur
2023-10-30 08:48:52 +01:00
parent f507693f05
commit 5314a7d260
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
* switched from flake8 to ruff
* added missing docstrings
* fixed dev requirements in pyproject, still pointing to sphinx
## [2.1.0] -- 2023-08-27

View File

@@ -31,7 +31,9 @@ blag = "blag.blag:main"
[project.optional-dependencies]
dev = [
"build",
"sphinx",
"mkdocs",
"mkdocs-material",
"mkdocstrings[python]",
"twine",
"wheel",
"pytest",