From: Daniel Persson Date: Sun, 3 Dec 2023 09:46:56 +0000 (+0000) Subject: mgr/dashboard: Updated test dependencies X-Git-Tag: v19.3.0~342^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=06765e648acb1676d5d563c631b8d8fc08b5323c;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 --- diff --git a/src/pybind/mgr/dashboard/requirements-lint.txt b/src/pybind/mgr/dashboard/requirements-lint.txt index 57e51915740..571c92a4ebf 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