This commit is contained in:
TerenceLiu98 2021-06-05 00:11:06 +08:00
parent a319c33b4d
commit f0dfae60e2
1 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,8 @@ setup(
"demjson>=2.2.4",
"html5lib>=1.0.1",
"xlrd==1.2.0",
"bs4"
"bs4",
"urllib3>=1.26.5"
],
license = "MIT",
classifiers=[
@ -34,4 +35,4 @@ setup(
"Operating System :: OS Independent",
],
python_requires=">=3.6",
)
)