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 02233f627e
commit 53135a03da

View File

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