Skip to content

Commit 9567436

Browse files
committed
update extra for build
1 parent 564fa2c commit 9567436

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

setup.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,20 @@
3838
"flask",
3939
"freezegun",
4040
"mock",
41-
"oauth2client",
41+
"cryptography < 39.0.0",
4242
"pyopenssl",
4343
"pytest",
4444
"pytest-cov",
4545
"pytest-localserver",
4646
"pyu2f",
4747
"pyjwt",
48-
"urllib3",
49-
"cryptography < 39.0.0",
5048
"responses",
51-
"grpcio",
5249
# Async Dependencies
50+
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1722): Remove the pinned aiohttp version and use `aiohttp_extra_require`.
51+
"aiohttp < 3.10.0",
5352
"pytest-asyncio; python_version > '3.0'",
5453
"aioresponses; python_version > '3.0'",
55-
"asynctest; python_version > '3.0'",
56-
] + aiohttp_extra_require
54+
]
5755

5856
extras = {
5957
"aiohttp": aiohttp_extra_require,

0 commit comments

Comments
 (0)