fix: Update minimal dependency for lief in setup.py

pull/694/head
Raphaël Vinot 2021-01-21 10:09:40 +01:00
parent e5152167a3
commit 80eea5665f
1 changed files with 1 additions and 1 deletions

View File

@ -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'],