summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMatthieu Huin <mhuin@redhat.com>2020-12-23 10:50:15 +0100
committerJames E. Blair <jeblair@redhat.com>2020-12-23 09:39:06 -0800
commit9092c1f43a3d2c264c1cd977612f7993e96a4dcd (patch)
treead31b7b8e1dbaebacf12fc62205794a508a1c410 /requirements.txt
parentdeece4d23657c2ad1b78cbbf19e2ef811e2ccc7e (diff)
downloadzuul-9092c1f43a3d2c264c1cd977612f7993e96a4dcd.tar.gz
Pin pyjwt to 1.7.1
Release 2.0.0 on December 22, 2020 brought breaking changes. Pin to the last working version until we can fix the breaks properly. Change-Id: I2e6cc36d373f8c774eda5f5caec9868f74023729
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 313790c18..da3932b84 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -24,7 +24,8 @@ alembic
cryptography>=1.6
cachecontrol
cachetools
-pyjwt
+# PyJWT 2.0.0 has API breaking changes
+pyjwt<2.0.0
iso8601
psutil
fb-re2>=1.0.6