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 adc9a49 commit 07c2bf8Copy full SHA for 07c2bf8
pyproject.toml
@@ -30,6 +30,7 @@ keywords = [
30
requires-python = ">= 3.5"
31
dependencies = [
32
"requests ~= 2.8",
33
+ "urllib3 ~= 1.26", # due to https://github.com/betamaxpy/betamax/issues/200
34
"beautifulsoup4 ~= 4.9",
35
"geopy ~= 2.2.0",
36
]
0 commit comments