From: Daniel Persson Date: Sun, 3 Dec 2023 09:46:56 +0000 (+0000) Subject: mgr/dashboard: Updated test dependencies X-Git-Tag: v18.2.4~256^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=04b3792228415fa0320eb2e28c60e00fac68d3d8;p=ceph.git 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 (cherry picked from commit 06765e648acb1676d5d563c631b8d8fc08b5323c) --- diff --git a/src/pybind/mgr/dashboard/requirements-lint.txt b/src/pybind/mgr/dashboard/requirements-lint.txt index 57e519157408..571c92a4ebfb 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