From 3058098d47916b14019c7e82ec1f11e5930f2fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jero=CC=81nimo=20Albi?= Date: Thu, 23 Feb 2017 16:09:57 +0100 Subject: [PATCH] Updated pyzmq to `16.0.2` (latest) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4304e1c..b747ce7 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ zip_safe=True, install_requires=[ 'click==6.4', - 'pyzmq==15.2.0', + 'pyzmq==16.0.2', 'msgpack-python==0.4.7', ], classifiers=[