Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4247bf5

Browse files
committed
Upgrade from pyzmq-static to pyzmq>=2.2.0.1
pyzmq-static is now integrated into pyzmq.
1 parent 2ced12b commit 4247bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'argparse',
4242
'gevent',
4343
'msgpack-python',
44-
'pyzmq-static>=2.1.7',
44+
'pyzmq>=2.2.0.1',
4545
],
4646
tests_require=['nose'],
4747
test_suite='nose.collector',

0 commit comments

Comments
 (0)