update zmq dependency to 2.1.4

This commit is contained in:
MinRK 2011-06-16 09:32:34 -07:00
parent 8a91843dd3
commit 34b5f30a9a

View File

@ -213,7 +213,7 @@ if 'setuptools' in sys.modules:
setuptools_extra_args['entry_points'] = find_scripts(True)
setup_args['extras_require'] = dict(
parallel = 'pyzmq>=2.1.4',
zmq = 'pyzmq>=2.0.10.1',
zmq = 'pyzmq>=2.1.4',
doc='Sphinx>=0.3',
test='nose>=0.10.1',
)