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 0344196 commit 578cd94Copy full SHA for 578cd94
setup.cfg
@@ -25,4 +25,7 @@ python =
25
deps =
26
pytest
27
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
31
commands = pytest tests
0 commit comments