We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124bc33 commit 5bb7c5eCopy full SHA for 5bb7c5e
pyproject.toml
@@ -46,6 +46,7 @@ bandit = ">=1.7.6"
46
black = ">=22.10.0"
47
mkdocs = ">=1.4.3"
48
mkdocstrings = { version = ">=0.24.0", extras = ["python"] }
49
+mkdocs-gen-files = ">=0.5.0"
50
mkdocs-material = ">=9.1.16"
51
mike = ">=2.0.0"
52
mypy = ">=0.990"
@@ -56,7 +57,6 @@ pytest-cov = ">=4.0.0"
56
57
pytest-factoryboy = ">=2.5.0"
58
pytest-xdist = ">=3.0.2"
59
ruff = ">=0.0.263"
-mkdocs-gen-files = "^0.5.0"
60
61
[tool.pytest.ini_options]
62
asyncio_mode = "auto"
0 commit comments