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',