From f6febb5842d6a98c59a02b8968f404a805383c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 20 Oct 2017 10:59:37 +0200 Subject: [PATCH] fix: min required version of setuptools --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d9dfee..64b5e1a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( 'Topic :: Internet', ], test_suite="tests.test_offline", - install_requires=['six', 'requests', 'python-dateutil', 'jsonschema'], + install_requires=['six', 'requests', 'python-dateutil', 'jsonschema', 'setuptools>=36.4'], extras_require={'fileobjects': ['lief>=0.8', 'python-magic'], 'neo': ['py2neo'], 'openioc': ['beautifulsoup4']},