Remove duplicate reference of capstone

The capstone dependency under test is not needed, because test references volatility3[dev] which references volatility3[full,cloud], and full has the capstone dependency.
This commit is contained in:
j-t-1
2025-03-09 10:47:51 +00:00
committed by GitHub
parent 78794aaad8
commit 2074b8fb23
-1
View File
@@ -45,7 +45,6 @@ dev = [
test = [
"volatility3[dev]",
"pytest>=8.3.3,<9",
"capstone>=5.0.3,<6",
"yara-x>=0.10.0,<1",
]