From 930ee6078035272cec292c522b378ba7d06c07f9 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 12 Feb 2020 17:18:32 +0100 Subject: [PATCH] mgr/dashboard: add pyyaml to requirements.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 35d84b1e323..1b8ce514329 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -10,3 +10,4 @@ Routes six -e ../../../python-common prettytable +pyyaml -- 2.39.5