From 13fbaf0f4b2f963d0f209b22ecc0ad1ef4d1a7bc Mon Sep 17 00:00:00 2001 From: Olivier Bertrand <olivier.bertrand@uni-bielefeld.de> Date: Sun, 1 Apr 2018 13:20:06 +0200 Subject: [PATCH] Update setup.py Require ipython --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 004da08..7e7c257 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, -- GitLab