From e447243b2ac101237b8bfbeac056d8c7c49e2615 Mon Sep 17 00:00:00 2001 From: Mingjing Liao Date: Tue, 11 Jun 2019 20:46:07 +0800 Subject: [PATCH] Add missing require - python-louvain into setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 34a54934f2d..a079f7e2b88 100644 --- a/setup.py +++ b/setup.py @@ -5,5 +5,5 @@ version = "0.1b1", install_requires = ['networkx', 'gitpython', 'numpy', 'scipy', 'requests', 'lxml', 'sklearn', 'nltk', 'openpyxl', 'pytest', 'pydot', 'ipykernel', 'matplotlib', 'antlr4-python3-runtime', 'python-jsonrpc-server', 'pytest-asyncio', - 'aenum', 'pytest-cov', 'sphinx' ] + 'aenum', 'pytest-cov', 'sphinx', 'python-louvain' ] ) \ No newline at end of file