summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver2014-06-26 17:47:39 -0700
committerThomas Kluyver2014-06-26 17:47:39 -0700
commit2095a82952207c6c584b2c16d67aba893f9fc4da (patch)
treeeb178e6cbabad03afbb6ba6f69328efed1edf9ab
parentad70872013bfad5f191db3c583875edfcb3e3482 (diff)
downloadscilab_kernel-2095a82952207c6c584b2c16d67aba893f9fc4da.tar.gz
scilab_kernel-2095a82952207c6c584b2c16d67aba893f9fc4da.tar.bz2
scilab_kernel-2095a82952207c6c584b2c16d67aba893f9fc4da.zip
Add dependencies to setup.py
-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