Show More
@@ -230,6 +230,7 if 'setuptools' in sys.modules: | |||||
230 | setuptools_extra_args['entry_points'] = find_scripts(True) |
|
230 | setuptools_extra_args['entry_points'] = find_scripts(True) | |
231 | setup_args['extras_require'] = dict( |
|
231 | setup_args['extras_require'] = dict( | |
232 | parallel = 'pyzmq>=2.1.4', |
|
232 | parallel = 'pyzmq>=2.1.4', | |
|
233 | qtconsole = 'pygments', | |||
233 | zmq = 'pyzmq>=2.1.4', |
|
234 | zmq = 'pyzmq>=2.1.4', | |
234 | doc = 'Sphinx>=0.3', |
|
235 | doc = 'Sphinx>=0.3', | |
235 | test = 'nose>=0.10.1', |
|
236 | test = 'nose>=0.10.1', |
General Comments 0
You need to be logged in to leave comments.
Login now