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 85ad223 commit e65dbc5Copy full SHA for e65dbc5
setup.cfg
@@ -29,6 +29,9 @@ deps =
29
# explicitly require indirect dependency to fix build failure.
30
# This can be removed when aiohttp 3.9 is released.
31
charset-normalizer==2.1.1
32
+ # This is to work around https://github.com/mindflayer/python-mocket/issues/199
33
+ # It can be removed once that is fixed.
34
+ urllib3==1.26.15
35
commands = pytest tests
36
37
[testenv:py310-black]
0 commit comments