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