commit | cfbfd25ddeaefd6c484541922b8da6bb1ebf9c36 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Tue Mar 28 13:03:11 2017 -0700 |
committer | GitHub <noreply@github.com> | Tue Mar 28 13:03:11 2017 -0700 |
tree | 77ed99ba030720d8bcf32947419245af58b8ccc9 | |
parent | 31c0863d088488da5dd85e2cbe3c01c6b01aa4a2 [diff] [blame] |
Add jwt.OnDemandCredentials (#142)
diff --git a/setup.py b/setup.py index aaa13de..bad634a 100644 --- a/setup.py +++ b/setup.py
@@ -23,6 +23,7 @@ 'pyasn1-modules>=0.0.5', 'rsa>=3.1.4', 'six>=1.9.0', + 'cachetools>=2.0.0', )