From 0afe14f215b0f1702209d69ff8b5bce17392ee01 Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Tue, 17 Dec 2019 12:01:14 -0800 Subject: [PATCH] require packaging (#6517) --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index 5882584b7c586..a5ca7b2ebe08c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -169,6 +169,7 @@ def find_version(*filepath): "funcsigs", "click", "colorama", + "packaging", "pytest", "pyyaml", "redis>=3.3.2",