diff --git a/python/setup.py b/python/setup.py index 5882584b7..a5ca7b2eb 100644 --- a/python/setup.py +++ b/python/setup.py @@ -169,6 +169,7 @@ requires = [ "funcsigs", "click", "colorama", + "packaging", "pytest", "pyyaml", "redis>=3.3.2",