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
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: setup.py
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,6 @@
46
46
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1739): Add bounds for urllib3 and packaging dependencies.
47
47
urllib3_extra_require= ["urllib3", "packaging"]
48
48
49
-
# TODO: rsa is archived. Remove optional dependency in future release
50
-
rsa_extra_require= ["rsa>=3.1.4,<5"]
51
-
52
49
# Unit test requirements.
53
50
testing_extra_require= [
54
51
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1735): Remove `grpcio` from testing requirements once an extra is added for `grpcio` dependency.
@@ -88,7 +85,6 @@
88
85
"requests": requests_extra_require,
89
86
"testing": testing_extra_require,
90
87
"urllib3": urllib3_extra_require,
91
-
"rsa": rsa_extra_require,
92
88
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1735): Add an extra for `grpcio` dependency.
93
89
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1736): Add an extra for `oauth2client` dependency.
0 commit comments