diff --git a/setup.py b/setup.py
index 98309fea96f60e657927d47f03738ff2d052db01..d42c8199eff7ba7d95cf8c243196dcedb0533096 100644
--- a/setup.py
+++ b/setup.py
@@ -38,5 +38,6 @@ setup(
         "click >= 6.7",
         "stevedore >= 1.24.0",
         "six >= 1.10.0",
+        "pyzmq >= 16.0.0"
     ]
 )