mirror of https://github.com/MISP/PyMISP
fix: min required version of setuptools
parent
42e37b4f10
commit
f6febb5842
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ setup(
|
||||||
'Topic :: Internet',
|
'Topic :: Internet',
|
||||||
],
|
],
|
||||||
test_suite="tests.test_offline",
|
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'],
|
extras_require={'fileobjects': ['lief>=0.8', 'python-magic'],
|
||||||
'neo': ['py2neo'],
|
'neo': ['py2neo'],
|
||||||
'openioc': ['beautifulsoup4']},
|
'openioc': ['beautifulsoup4']},
|
||||||
|
|
Loading…
Reference in New Issue