mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
# These packages are required for core functionality.
|
|
pefile>=2017.8.1 #foo
|
|
|
|
# The following packages are optional.
|
|
# If certain packages are not necessary, place a comment (#) at the start of the line.
|
|
|
|
# This is required for the yara plugins
|
|
yara-python>=3.8.0
|
|
yara-x>=0.5.0
|
|
|
|
pytest>=7.0.0
|