Merge pull request #467 from coreos-inc/missingdep
Add missing requirement
This commit is contained in:
commit
f543a33c0d
2 changed files with 2 additions and 0 deletions
|
@ -53,3 +53,4 @@ Flask-Testing
|
||||||
pyjwt
|
pyjwt
|
||||||
toposort
|
toposort
|
||||||
rfc3987
|
rfc3987
|
||||||
|
pyjwkest
|
||||||
|
|
|
@ -58,6 +58,7 @@ pycparser==2.14
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
pygpgme==0.3
|
pygpgme==0.3
|
||||||
PyJWT==1.4.0
|
PyJWT==1.4.0
|
||||||
|
pyjwkest==1.0.1
|
||||||
PyMySQL==0.6.6
|
PyMySQL==0.6.6
|
||||||
pyOpenSSL==0.15.1
|
pyOpenSSL==0.15.1
|
||||||
PyPDF2==1.24
|
PyPDF2==1.24
|
||||||
|
|
Reference in a new issue