From 057866a49c1fbc2d9636275e2078568b91e07555 Mon Sep 17 00:00:00 2001 From: beierlm Date: Tue, 16 Mar 2021 11:28:00 -0400 Subject: [PATCH] Pin chardet to 3.0.4 Chardet 3.0.4 was last modified in 2017, and the next release of chardet 4.0.0 was released only recently (Dec 2020). As many other pip packages still depend on 3.0.4 we need to explicitly pin that here to avoid conflicts later at LCM docker build time. Change-Id: I2a1ee0d61e641c0dc3f240345ce47f0d13d8fb22 Signed-off-by: beierlm --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index e8c4db4..6e94e0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,3 +16,4 @@ git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common juju==2.8.4 pyasn1>=0.4.4 kubernetes==10.0.1 +chardet==3.0.4 \ No newline at end of file -- 2.17.1