mirror of https://github.com/MISP/PyMISP
chg: Add lief in the generic requirements
parent
2ab47e191a
commit
7b3804ac11
4
setup.py
4
setup.py
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue