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 :: Security',
|
||||||
'Topic :: Internet',
|
'Topic :: Internet',
|
||||||
],
|
],
|
||||||
install_requires=['six',
|
install_requires=['requests',
|
||||||
'requests',
|
|
||||||
'python-dateutil',
|
'python-dateutil',
|
||||||
'jsonschema',
|
'jsonschema',
|
||||||
'deprecated',
|
'deprecated'],
|
||||||
'RTFDE',
|
|
||||||
'extract_msg',
|
|
||||||
'oletools'],
|
|
||||||
extras_require={'fileobjects': ['python-magic', 'pydeep', 'lief>=0.11.0'],
|
extras_require={'fileobjects': ['python-magic', 'pydeep', 'lief>=0.11.0'],
|
||||||
'neo': ['py2neo'],
|
'neo': ['py2neo'],
|
||||||
'openioc': ['beautifulsoup4'],
|
'openioc': ['beautifulsoup4'],
|
||||||
|
|
Loading…
Reference in New Issue