aboutsummaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorBrent Shaffer <betterbrent@google.com>2020-02-13 14:11:34 -0800
committerGitHub <noreply@github.com>2020-02-13 14:11:34 -0800
commitbc0ec93dc66fdcaa6a82222386623fa44f24ddfe (patch)
tree60531b000f06a8fc56f4712605390632a0ca46e3 /noxfile.py
parent37141e4dffc2ba3f3f57c5914544fb8b9cf7d017 (diff)
downloadgoogle-auth-library-python-bc0ec93dc66fdcaa6a82222386623fa44f24ddfe.tar.gz
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>
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/noxfile.py b/noxfile.py
index e170ee5..d75361f 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -25,6 +25,7 @@ TEST_DEPENDENCIES = [
"requests",
"urllib3",
"cryptography",
+ "responses",
"grpcio",
]
BLACK_VERSION = "black==19.3b0"