From cda08fc492bd36c6fd77060f54c158e612970183 Mon Sep 17 00:00:00 2001 From: JanLJL Date: Wed, 22 Jan 2020 15:13:15 +0100 Subject: [PATCH] removed dependencies not needed for basic analysis from install requiries list --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 285c28e..9d71dc4 100755 --- a/setup.py +++ b/setup.py @@ -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',