Merge pull request #1122 from volatilityfoundation/feature/inclusive-requirements-txt

Core: Develop nested requirement files
This commit is contained in:
ikelos
2024-04-04 19:18:22 +01:00
committed by GitHub
2 changed files with 6 additions and 19 deletions
+4 -17
View File
@@ -1,22 +1,9 @@
# The following packages are required for core functionality.
pefile>=2023.2.7
# 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
# This is required for several plugins that perform malware analysis and disassemble code.
# It can also improve accuracy of Windows 8 and later memory samples.
capstone>=3.0.5
# This is required by plugins that decrypt passwords, password hashes, etc.
pycryptodome
-r requirements.txt
# This can improve error messages regarding improperly configured ISF files,
# but is only recommended for development
jsonschema>=2.3.0
# This is required for memory acquisition via leechcore/pcileech.
leechcorepyc>=2.4.0
# Used to build executable file
pyinstaller>=6.5.0
pyinstaller-hooks-contrib>=2024.3
+2 -2
View File
@@ -1,5 +1,5 @@
# The following packages are required for core functionality.
pefile>=2023.2.7
# Include the minimal requirements
-r requirements-minimal.txt
# The following packages are optional.
# If certain packages are not necessary, place a comment (#) at the start of the line.