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