commit | 3f86396e275d4c0bcd759f996066187fdd78399e | [log] [tgz] |
---|---|---|
author | Marcus Christie <machristie@apache.org> | Tue May 02 16:58:05 2023 -0400 |
committer | Marcus Christie <machristie@apache.org> | Tue May 02 16:58:05 2023 -0400 |
tree | c4864066bc421d073e6f8c0cb089bd955d14ed62 | |
parent | 2a51327c9612d6908f335b0e4c80afaeba8d2b9d [diff] |
Downgrade PyJWT, newer one has incompatible method signature
diff --git a/requirements.txt b/requirements.txt index 17bf72f..1e7dc69 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -27,7 +27,7 @@ ptyprocess==0.7.0 pure-eval==0.2.2 Pygments==2.13.0 -PyJWT==2.6.0 +PyJWT==0.4.3 pytz==2022.6 requests==2.28.2 six==1.16.0