commit | 94c76e0873e5b2f42331d5b1ad286c1e63b61395 | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Fri Feb 05 10:26:54 2021 -0700 |
committer | GitHub <noreply@github.com> | Fri Feb 05 10:26:54 2021 -0700 |
tree | 1d0dcf2632c00048f5c78e7485940d411102ba05 | |
parent | db48ea3f8f69cd5039cdc2e35a0a3604d731bc70 [diff] [blame] |
feat: allow default_host and default_scopes to be passed to create_channel (#134) Add `default_host` and `default_scopes` parameters to `create_channel` so self-signed JWTs can be used.
diff --git a/setup.py b/setup.py index 30adb95..5de5aaf 100644 --- a/setup.py +++ b/setup.py
@@ -34,6 +34,7 @@ "google-auth >= 1.21.1, < 2.0dev", "requests >= 2.18.0, < 3.0.0dev", "setuptools >= 40.3.0", + "packaging >= 14.3", "six >= 1.13.0", "pytz", 'futures >= 3.2.0; python_version < "3.2"',