Add missing pyjwkest dependency
This commit is contained in:
parent
f2252f0726
commit
b87427aefb
2 changed files with 2 additions and 0 deletions
|
@ -53,3 +53,4 @@ python-keystoneclient
|
|||
Flask-Testing
|
||||
pyjwt
|
||||
toposort
|
||||
pyjwkest
|
||||
|
|
|
@ -57,6 +57,7 @@ pyasn1==0.1.8
|
|||
pycparser==2.14
|
||||
pycrypto==2.6.1
|
||||
pygpgme==0.3
|
||||
pyjwkest==1.0.3
|
||||
PyJWT==1.3.0
|
||||
PyMySQL==0.6.6
|
||||
pyOpenSSL==0.15.1
|
||||
|
|
Reference in a new issue