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

Commit 15e6e7b

Browse files
committed
add rsa extra
1 parent bef613a commit 15e6e7b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
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+
rsa_extra_require = ["rsa>=3.1.4,<5"]
50+
4951
# Unit test requirements.
5052
testing_extra_require = [
5153
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1735): Remove `grpcio` from testing requirements once an extra is added for `grpcio` dependency.
@@ -85,6 +87,7 @@
8587
"requests": requests_extra_require,
8688
"testing": testing_extra_require,
8789
"urllib3": urllib3_extra_require,
90+
"rsa": rsa_extra_require,
8891
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1735): Add an extra for `grpcio` dependency.
8992
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1736): Add an extra for `oauth2client` dependency.
9093
}

0 commit comments

Comments
 (0)