dependencies
This commit is contained in:
parent
f405ea4ed2
commit
b7134dd5cc
@ -65,7 +65,10 @@ if 'develop' in sys.argv or any(a.startswith('bdist') for a in sys.argv):
|
|||||||
|
|
||||||
setuptools_args = {}
|
setuptools_args = {}
|
||||||
install_requires = setuptools_args['install_requires'] = [
|
install_requires = setuptools_args['install_requires'] = [
|
||||||
'ipython[kernel]',
|
'ipython',
|
||||||
|
'pyzmq',
|
||||||
|
'tornado',
|
||||||
|
'pexpect',
|
||||||
]
|
]
|
||||||
|
|
||||||
if 'setuptools' in sys.modules:
|
if 'setuptools' in sys.modules:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user