Skip to content

Commit 72926b5

Browse files
authored
Merge pull request #145 from maxmind/greg/no-urllib3
Remove urllib3 as a direct dependency
2 parents 6385ca7 + e65dbc5 commit 72926b5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
aiohttp>=3.6.2,<4.0.0
22
maxminddb>=2.2.0,<3.0.0
33
requests>=2.24.0,<3.0.0
4-
urllib3>=1.25.2,<3.0.0

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ deps =
2929
# explicitly require indirect dependency to fix build failure.
3030
# This can be removed when aiohttp 3.9 is released.
3131
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
3235
commands = pytest tests
3336

3437
[testenv:py310-black]

0 commit comments

Comments
 (0)