From 93e3da2df96854a034a6323cb70f165b83158f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 6 Sep 2021 10:40:49 +0200 Subject: [PATCH] fix: remove outdated deps from setup.py Fix https://github.com/MISP/MISP/issues/7729 --- setup.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index f8b77d8..a0eeb54 100644 --- a/setup.py +++ b/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'],