forked from github.com/blag
fixed requirements in pyproject.toml still pointing to sphinx
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
* switched from flake8 to ruff
|
* switched from flake8 to ruff
|
||||||
* added missing docstrings
|
* added missing docstrings
|
||||||
|
* fixed dev requirements in pyproject, still pointing to sphinx
|
||||||
|
|
||||||
## [2.1.0] -- 2023-08-27
|
## [2.1.0] -- 2023-08-27
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,9 @@ blag = "blag.blag:main"
|
|||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"build",
|
"build",
|
||||||
"sphinx",
|
"mkdocs",
|
||||||
|
"mkdocs-material",
|
||||||
|
"mkdocstrings[python]",
|
||||||
"twine",
|
"twine",
|
||||||
"wheel",
|
"wheel",
|
||||||
"pytest",
|
"pytest",
|
||||||
|
|||||||
Reference in New Issue
Block a user