chg: Add lief in the generic requirements

pull/531/head
Raphaël Vinot 2020-01-23 13:23:23 +01:00
parent 2ab47e191a
commit 7b3804ac11
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ setup(
'Topic :: Security',
'Topic :: Internet',
],
install_requires=['six', 'requests', 'python-dateutil', 'jsonschema', 'deprecated'],
extras_require={'fileobjects': ['lief>=0.10.1', 'python-magic', 'pydeep'],
install_requires=['six', 'requests', 'python-dateutil', 'jsonschema', 'deprecated', 'lief>=0.10.1'],
extras_require={'fileobjects': ['python-magic', 'pydeep'],
'neo': ['py2neo'],
'openioc': ['beautifulsoup4'],
'virustotal': ['validators'],