mirror of https://github.com/MISP/PyMISP
parent
8e5f4b7aba
commit
93e3da2df9
8
setup.py
8
setup.py
|
@ -38,14 +38,10 @@ setup(
|
|||
'Topic :: Security',
|
||||
'Topic :: Internet',
|
||||
],
|
||||
install_requires=['six',
|
||||
'requests',
|
||||
install_requires=['requests',
|
||||
'python-dateutil',
|
||||
'jsonschema',
|
||||
'deprecated',
|
||||
'RTFDE',
|
||||
'extract_msg',
|
||||
'oletools'],
|
||||
'deprecated'],
|
||||
extras_require={'fileobjects': ['python-magic', 'pydeep', 'lief>=0.11.0'],
|
||||
'neo': ['py2neo'],
|
||||
'openioc': ['beautifulsoup4'],
|
||||
|
|
Loading…
Reference in New Issue