dependencies

This commit is contained in:
Min RK 2015-06-16 12:00:57 -07:00 committed by sftnight
parent f405ea4ed2
commit b7134dd5cc

View File

@ -65,7 +65,10 @@ if 'develop' in sys.argv or any(a.startswith('bdist') for a in sys.argv):
setuptools_args = {}
install_requires = setuptools_args['install_requires'] = [
'ipython[kernel]',
'ipython',
'pyzmq',
'tornado',
'pexpect',
]
if 'setuptools' in sys.modules: