mirror of https://github.com/MISP/PyMISP
fix: Update minimal dependency for lief in setup.py
parent
e5152167a3
commit
80eea5665f
2
setup.py
2
setup.py
|
@ -46,7 +46,7 @@ setup(
|
|||
'RTFDE',
|
||||
'extract_msg',
|
||||
'oletools'],
|
||||
extras_require={'fileobjects': ['python-magic', 'pydeep', 'lief>=0.10.1'],
|
||||
extras_require={'fileobjects': ['python-magic', 'pydeep', 'lief>=0.11.0'],
|
||||
'neo': ['py2neo'],
|
||||
'openioc': ['beautifulsoup4'],
|
||||
'virustotal': ['validators'],
|
||||
|
|
Loading…
Reference in New Issue