Add PyJWT as a requirement

A subsequent patch will be using this library to create JWS tokens.
Here, we are requiring a minimum version of 1.6.1 since that version
includes an exception exposed from PyJWT that we need in keystone:

  9d980786c9

bp json-web-tokens

Change-Id: I6b4b565fc7160fffe5e445673ccea9b3bba584d6
This commit is contained in:
Lance Bragstad 2018-10-31 15:21:42 +00:00
parent 3f4a8a1173
commit e619912484
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ pycodestyle==2.0.0
python-ldap===3.0.0
pymongo===3.0.2
pysaml2==4.5.0
PyJWT==1.6.1
python-keystoneclient==3.8.0
python-memcached===1.56
pytz==2013.6

View File

@ -35,6 +35,7 @@ oslo.upgradecheck>=0.1.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
oauthlib>=0.6.2 # BSD
pysaml2>=4.5.0
PyJWT>=1.6.1 # MIT
dogpile.cache>=0.6.2 # BSD
jsonschema<3.0.0,>=2.6.0 # MIT
pycadf!=2.0.0,>=1.1.0 # Apache-2.0