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 564fa2c commit 9567436Copy full SHA for 9567436
setup.py
@@ -38,22 +38,20 @@
38
"flask",
39
"freezegun",
40
"mock",
41
- "oauth2client",
+ "cryptography < 39.0.0",
42
"pyopenssl",
43
"pytest",
44
"pytest-cov",
45
"pytest-localserver",
46
"pyu2f",
47
"pyjwt",
48
- "urllib3",
49
- "cryptography < 39.0.0",
50
"responses",
51
- "grpcio",
52
# Async Dependencies
+ # TODO(https://github.com/googleapis/google-auth-library-python/issues/1722): Remove the pinned aiohttp version and use `aiohttp_extra_require`.
+ "aiohttp < 3.10.0",
53
"pytest-asyncio; python_version > '3.0'",
54
"aioresponses; python_version > '3.0'",
55
- "asynctest; python_version > '3.0'",
56
-] + aiohttp_extra_require
+]
57
58
extras = {
59
"aiohttp": aiohttp_extra_require,
0 commit comments