commit | 1cd83905ea7a3447747dc8d581672d8543e26303 | [log] [tgz] |
---|---|---|
author | Danny Hermes <daniel.j.hermes@gmail.com> | Thu Feb 08 15:41:51 2018 -0800 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Thu Feb 08 15:41:51 2018 -0800 |
tree | 850ab09701443121c8a73281be2d935eb13d5f16 | |
parent | b649b43d82bb5393e87848185567435372282c07 [diff] [blame] |
Add `cryptography`-based RSA signer and verifier. (#185) Fixes #183.
diff --git a/tox.ini b/tox.ini index b803190..be124e6 100644 --- a/tox.ini +++ b/tox.ini
@@ -13,6 +13,7 @@ requests requests-oauthlib urllib3 + cryptography grpcio; platform_python_implementation != 'PyPy' commands = py.test --cov=google.auth --cov=google.oauth2 --cov=tests {posargs:tests}