From f0dfae60e21d71014159fae9d977a8e3ae64dbe5 Mon Sep 17 00:00:00 2001 From: TerenceLiu98 Date: Sat, 5 Jun 2021 00:11:06 +0800 Subject: [PATCH] update --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3b3437a..117a3bc 100644 --- a/setup.py +++ b/setup.py @@ -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", -) \ No newline at end of file +)