You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1739): Add bounds for urllib3 and packaging dependencies.
47
44
urllib3_extra_require= ["urllib3", "packaging"]
48
45
46
+
rsa_extra_require= ["rsa>=3.1.4,<5"]
47
+
49
48
# Unit test requirements.
50
49
testing_extra_require= [
51
50
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1735): Remove `grpcio` from testing requirements once an extra is added for `grpcio` dependency.
52
51
"grpcio",
53
52
"flask",
54
53
"freezegun",
55
-
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1736): Remove `oauth2client` from testing requirements once an extra is added for `oauth2client` dependency.
56
-
"oauth2client",
57
54
*pyjwt_extra_require,
58
55
"pytest",
59
56
"pytest-cov",
@@ -86,6 +83,7 @@
86
83
"requests": requests_extra_require,
87
84
"testing": testing_extra_require,
88
85
"urllib3": urllib3_extra_require,
86
+
"rsa": rsa_extra_require,
89
87
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1735): Add an extra for `grpcio` dependency.
90
88
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1736): Add an extra for `oauth2client` dependency.
0 commit comments