Revert "add chardet dep (#8965)"

This reverts commit 1129d850d3.
This commit is contained in:
Brad Warren 2021-08-20 11:38:41 -07:00
parent a8a8a39ff1
commit 87ee0470e6

View file

@ -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