mirror of https://github.com/MISP/misp-modules
fix: [requirements] Updated python requirements
parent
3b58915c41
commit
a114bf7bbb
|
@ -70,10 +70,10 @@ itsdangerous==2.1.2; python_version >= '3.7'
|
|||
jbxapi==3.17.2
|
||||
jeepney==0.8.0; sys_platform == 'linux'
|
||||
json-log-formatter==0.5.1
|
||||
jsonschema==4.4.0; python_version >= '3.7'
|
||||
jsonschema<5.0.0, >=4.5.1; python_version >= '3.7'
|
||||
keyring==23.5.0; python_version >= '3.7'
|
||||
lark-parser==0.12.0
|
||||
lief==0.11.5
|
||||
lief>=0.12.1
|
||||
lxml==4.8.0
|
||||
maclookup==1.0.3
|
||||
markdownify==0.5.3
|
||||
|
@ -87,7 +87,7 @@ np==1.0.2
|
|||
numpy==1.21.5; python_version < '3.10' and platform_machine != 'aarch64' and platform_machine != 'arm64'
|
||||
oauth2==1.9.0.post1
|
||||
olefile==0.46; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
oletools==0.60
|
||||
oletools>=0.60
|
||||
opencv-python==4.5.5.64
|
||||
packaging==21.3; python_version >= '3.6'
|
||||
pandas-ods-reader==0.1.2
|
||||
|
|
Loading…
Reference in New Issue