summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2ff9238..6e02bce 100644
--- a/setup.py
+++ b/setup.py
@@ -13,5 +13,6 @@ setup(name='bash_kernel',
author='Thomas Kluyver',
author_email='thomas@kluyver.me.uk',
py_modules=['bash_kernel'],
- cmdclass={'install': install_with_kernelspec}
+ cmdclass={'install': install_with_kernelspec},
+ install_requires=['ipython>=3.0', 'pexpect>=3.3'],
) \ No newline at end of file