From d4a27bca5016a71d56981feab367bcce463ba3ef Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 24 Jan 2020 14:10:24 +0100 Subject: [PATCH] mgr/dashboard: add prettytable to requirmenets.txt Signed-off-by: Sebastian Wagner --- src/pybind/mgr/dashboard/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index c63b61940ca..35d84b1e323 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -9,3 +9,4 @@ requests Routes six -e ../../../python-common +prettytable -- 2.39.5