mirror of https://github.com/MISP/misp-modules
chg: [REQUIREMENTS] chardet issue - let installer decide
parent
f7b35ee7eb
commit
2dbaba7053
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue