mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
fixed requirements in pyproject.toml still pointing to sphinx
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -31,7 +31,9 @@ blag = "blag.blag:main"
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"build",
|
||||
"sphinx",
|
||||
"mkdocs",
|
||||
"mkdocs-material",
|
||||
"mkdocstrings[python]",
|
||||
"twine",
|
||||
"wheel",
|
||||
"pytest",
|
||||
|
||||
Reference in New Issue
Block a user