Start to support uv installation of volatility

This commit is contained in:
Mike Auty
2025-09-30 19:08:10 +01:00
parent 1718dc77e3
commit 7536e9dd14
+1 -1
View File
@@ -54,7 +54,7 @@ test = [
docs = [
"volatility3[dev]",
"sphinx>=4.0.0,<9",
"sphinx-autodoc-typehints>=3.0.0,<4",
"sphinx-autodoc-typehints>=3.0.0,<4; python_version >= '3.11'",
"sphinx-rtd-theme>=3.0.1,<4",
]