From 2dbaba7053bc787ec39ba03b31bd67aa9bf1c362 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 17 Dec 2021 13:56:20 +0100 Subject: [PATCH] chg: [REQUIREMENTS] chardet issue - let installer decide --- REQUIREMENTS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/REQUIREMENTS b/REQUIREMENTS index d35bc49..187722e 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -28,7 +28,9 @@ bidict==0.21.2; python_version >= '3.6' blockchain==1.4.4 certifi==2021.5.30 cffi==1.14.6 -chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' + +#chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +chardet charset-normalizer==2.0.4; python_version >= '3' clamd==1.0.2 click-plugins==1.1.1