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 +)