Skip to content

Commit 6e1792c

Browse files
fix: add PyJWT to requirements.txt for CI pylint
PyJWT is declared as a dependency in setup.py but was missing from requirements.txt. The CI pylint job installs from requirements.txt only, causing E0401 import-error for the jwt module. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5c2b23d commit 6e1792c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ packaging==26.0
115115
# build
116116
# pytest
117117
# wheel
118+
pyjwt==2.12.1
119+
# via cloudsmith-cli (setup.py)
118120
pip-tools==7.5.2
119121
# via -r requirements.in
120122
platformdirs==4.5.1

0 commit comments

Comments
 (0)