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.
2 parents 6385ca7 + e65dbc5 commit 72926b5Copy full SHA for 72926b5
requirements.txt
@@ -1,4 +1,3 @@
1
aiohttp>=3.6.2,<4.0.0
2
maxminddb>=2.2.0,<3.0.0
3
requests>=2.24.0,<3.0.0
4
-urllib3>=1.25.2,<3.0.0
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