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