1
0
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:
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

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