From 2c33fefd08e90be514da61e15c30b633839a99aa Mon Sep 17 00:00:00 2001 From: David Volm Date: Sat, 24 Jul 2021 12:54:40 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fc8a07..33ef08f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ ], install_requires=[ "appdirs==1.4.4", - "certifi==2020.6.20", + "certifi", "chardet==3.0.4", "idna==2.10", "packaging==20.4",