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.
2 parents 900ac49 + a93f3df commit 196bbe9Copy full SHA for 196bbe9
pyproject.toml
@@ -39,6 +39,7 @@ docs = [
39
'sphinx-book-theme',
40
]
41
test = [
42
+ 'packaging',
43
'pytest',
44
'pytest-cov',
45
'pytest-xdist',
requirements/test.txt
@@ -1,4 +1,5 @@
1
+packaging==24.2
2
pytest==8.3.4
3
pytest-xdist==3.6.1
4
pytest-cov==6.0.0
-ruff==0.8.4
5
+ruff==0.8.4
0 commit comments