From 3963c9b79f9e72c4d02a0a1fca99c61556276a9a Mon Sep 17 00:00:00 2001 From: Thorsten Vitt Date: Fri, 19 Oct 2018 11:39:29 +0200 Subject: [PATCH] fixup! configured import directories --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e02f688..0a8c59b 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'networkx>=2.1', 'python-igraph', 'pygraphviz', - 'yaml', + 'pyyaml', 'pandas', 'openpyxl', 'xlrd',