Skip to content

Commit 07c2bf8

Browse files
committed
Pin urllib3 due to betamax issue
See betamaxpy/betamax#200
1 parent adc9a49 commit 07c2bf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ keywords = [
3030
requires-python = ">= 3.5"
3131
dependencies = [
3232
"requests ~= 2.8",
33+
"urllib3 ~= 1.26", # due to https://github.com/betamaxpy/betamax/issues/200
3334
"beautifulsoup4 ~= 4.9",
3435
"geopy ~= 2.2.0",
3536
]

0 commit comments

Comments
 (0)