fix: remove outdated deps from setup.py

Fix https://github.com/MISP/MISP/issues/7729
pull/786/head
Raphaël Vinot 2021-09-06 10:40:49 +02:00
parent 8e5f4b7aba
commit 93e3da2df9
1 changed files with 2 additions and 6 deletions

View File

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