diff --git a/setup.py b/setup.py index 004da086a0e223055398ba1503f6f4443e9d6220..7e7c25703fa48cd2a81c7da70e8b50eb3254db44 100644 --- a/setup.py +++ b/setup.py @@ -32,14 +32,16 @@ setup_dict = {'name': 'navipy', 'pandas', 'matplotlib', 'scipy', - 'networkx'], + 'networkx', + 'ipython'], 'install_requires': ["numpy", 'pandas', 'matplotlib', 'scipy', 'sphinx_rtd_theme', 'networkx', - 'sphinx-argparse'], + 'sphinx-argparse', + 'ipython'], 'package_data': {'navipy': ['resources/database.db', 'resources/*.blend']}, 'include_package_data': True,