commit | bc0ec93dc66fdcaa6a82222386623fa44f24ddfe | [log] [tgz] |
---|---|---|
author | Brent Shaffer <betterbrent@google.com> | Thu Feb 13 14:11:34 2020 -0800 |
committer | GitHub <noreply@github.com> | Thu Feb 13 14:11:34 2020 -0800 |
tree | 60531b000f06a8fc56f4712605390632a0ca46e3 | |
parent | 37141e4dffc2ba3f3f57c5914544fb8b9cf7d017 [diff] [blame] |
fix: compute engine id token credentials "with_target_audience" method (#438) Co-authored-by: Lorenzo Migliorino <50544028+lmiglio@users.noreply.github.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
diff --git a/noxfile.py b/noxfile.py index e170ee5..d75361f 100644 --- a/noxfile.py +++ b/noxfile.py
@@ -25,6 +25,7 @@ "requests", "urllib3", "cryptography", + "responses", "grpcio", ] BLACK_VERSION = "black==19.3b0"