This commit is contained in:
lesander
2024-11-08 14:03:08 +01:00
parent 1fd5177260
commit a04c04c4e3
8 changed files with 24 additions and 36 deletions
+14 -1
View File
@@ -8,7 +8,7 @@ authors = [
]
requires-python = ">=3.9.0"
license = { text = "VSL" }
dynamic = ["dependencies", "optional-dependencies", "version"]
dynamic = ["version"]
dependencies = [
"pefile>=2024.8.26",
@@ -34,6 +34,19 @@ dev = [
"pyinstaller-hooks-contrib>=2024.9",
]
test = [
"volatility3[dev]",
"pytest>=8.3.3,<9",
"yara-x>=0.10.0,<1",
]
docs = [
"volatility3[dev]",
"sphinx>=8.0.0,<7",
"sphinx-autodoc-typehints>=2.5.0,<3",
"sphinx-rtd-theme>=3.0.1,<4",
]
[project.urls]
homepage = "https://github.com/volatilityfoundation/volatility3/"
documentation = "https://volatility3.readthedocs.io/"