We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2af72 commit 0e8f0bdCopy full SHA for 0e8f0bd
setup.py
@@ -48,7 +48,7 @@
48
pyopenssl_extra_require = ["pyopenssl>=20.0.0", cryptography_base_require]
49
50
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1739): Add bounds for urllib3 and packaging dependencies.
51
-urllib3_extra_require = [["urllib3", "packaging"]]
+urllib3_extra_require = ["urllib3", "packaging"]
52
53
# Unit test requirements.
54
testing_extra_require = [
0 commit comments