Commit 6e1792c
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
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
0 commit comments