From 87ee0470e6dace28bd6d099e324eb0961433df91 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 20 Aug 2021 11:38:41 -0700 Subject: [PATCH] Revert "add chardet dep (#8965)" This reverts commit 1129d850d3257deae1c5de5b35c35c873d1fca7c. --- acme/setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/acme/setup.py b/acme/setup.py index a38a64efb..baed93c65 100644 --- a/acme/setup.py +++ b/acme/setup.py @@ -6,10 +6,6 @@ from setuptools import setup version = '1.19.0.dev0' install_requires = [ - # This dependency just exists to ensure that chardet is installed along - # with requests so it will use it instead of charset_normalizer. See - # https://github.com/certbot/certbot/issues/8964 for more info. - 'chardet', 'cryptography>=2.1.4', # formerly known as acme.jose: # 1.1.0+ is required to avoid the warnings described at