From 06765e648acb1676d5d563c631b8d8fc08b5323c Mon Sep 17 00:00:00 2001 From: Daniel Persson Date: Sun, 3 Dec 2023 09:46:56 +0000 Subject: [PATCH] mgr/dashboard: Updated test dependencies Seemed that the test dependencies was separated in two different requirements files one for the testing and one for linting. Added the JWT dependency in the linting file as well. Signed-off-by: Daniel Persson --- src/pybind/mgr/dashboard/requirements-lint.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/dashboard/requirements-lint.txt b/src/pybind/mgr/dashboard/requirements-lint.txt index 57e5191574083..571c92a4ebfbc 100644 --- a/src/pybind/mgr/dashboard/requirements-lint.txt +++ b/src/pybind/mgr/dashboard/requirements-lint.txt @@ -9,3 +9,4 @@ autopep8==1.5.7 pyfakefs==4.5.0 isort==5.5.3 jsonschema~=4.0 +PyJWT~=2.0 -- 2.39.5