removed dependencies not needed for basic analysis from install requiries list

This commit is contained in:
JanLJL
2020-01-22 15:13:15 +01:00
parent 1c0d5565f4
commit cda08fc492

View File

@@ -90,10 +90,8 @@ setup(
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'kerncraft',
'networkx',
'pyparsing',
'pygraphviz',
],
python_requires='>=3.5',