Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 07a4f22

Browse files
committed
remove extra dependency
1 parent 5573db6 commit 07a4f22

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1739): Add bounds for urllib3 and packaging dependencies.
4747
urllib3_extra_require = ["urllib3", "packaging"]
4848

49-
# TODO: rsa is archived. Remove optional dependency in future release
50-
rsa_extra_require = ["rsa>=3.1.4,<5"]
51-
5249
# Unit test requirements.
5350
testing_extra_require = [
5451
# 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 @@
8885
"requests": requests_extra_require,
8986
"testing": testing_extra_require,
9087
"urllib3": urllib3_extra_require,
91-
"rsa": rsa_extra_require,
9288
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1735): Add an extra for `grpcio` dependency.
9389
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1736): Add an extra for `oauth2client` dependency.
9490
}

0 commit comments

Comments
 (0)