11[project ]
22name = " volatility3"
33description = " Memory forensics framework"
4- keywords = [" volatility" , " memory" , " forensics" , " framework" , " windows" , " linux" , " volshell" ]
4+ keywords = [
5+ " volatility" ,
6+ " memory" ,
7+ " forensics" ,
8+ " framework" ,
9+ " windows" ,
10+ " linux" ,
11+ " volshell" ,
12+ ]
513readme = " README.md"
614authors = [
715 { name = " Volatility Foundation" , email = " volatility@volatilityfoundation.org" },
@@ -10,9 +18,7 @@ requires-python = ">=3.8.0"
1018license = { text = " VSL" }
1119dynamic = [" version" ]
1220
13- dependencies = [
14- " pefile>=2024.8.26" ,
15- ]
21+ dependencies = [" pefile>=2024.8.26" ]
1622
1723[project .optional-dependencies ]
1824full = [
@@ -26,10 +32,7 @@ full = [
2632 " pillow>=10.0.0,<11.0.0" ,
2733]
2834
29- cloud = [
30- " gcsfs>=2024.10.0" ,
31- " s3fs>=2024.10.0" ,
32- ]
35+ cloud = [" gcsfs>=2024.10.0" , " s3fs>=2024.10.0" ]
3336
3437dev = [
3538 " volatility3[full,cloud]" ,
@@ -79,16 +82,16 @@ target-version = "py38"
7982
8083[tool .ruff .lint ]
8184select = [
82- " F " , # pyflakes
83- " E " , # pycodestyle errors
84- " W " , # pycodestyle warnings
85- " G " , # flake8-logging-format
86- " PIE " , # flake8-pie
87- " UP " , # pyupgrade
85+ " F " , # pyflakes
86+ " E " , # pycodestyle errors
87+ " W " , # pycodestyle warnings
88+ " G " , # flake8-logging-format
89+ " PIE " , # flake8-pie
90+ " UP " , # pyupgrade
8891]
8992
9093ignore = [
91- " E501" , # ignore due to conflict with formatter
94+ " E501" , # ignore due to conflict with formatter
9295]
9396
9497[build-system ]
0 commit comments