Skip to content

Commit

Permalink
Add missing require - python-louvain into setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kagami-l committed Jun 11, 2019
1 parent 87816bc commit e447243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
)

0 comments on commit e447243

Please sign in to comment.