Skip to content

Commit 578cd94

Browse files
committed
Fix charset-normalizer build failure
1 parent 0344196 commit 578cd94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ python =
2525
deps =
2626
pytest
2727
mocket
28+
# explicitly require indirect dependency to fix build failure.
29+
# This can be removed when aiohttp 3.9 is released.
30+
charset-normalizer==2.1.1
2831
commands = pytest tests

0 commit comments

Comments
 (0)