From 89c3a2c117232dab18870c021d30d952270318e9 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 30 Sep 2021 09:50:32 +0900 Subject: [PATCH] fix: [travis] chardet dep --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb67720..296670d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ python: - "3.8-dev" install: - - pip install poetry + - pip install poetry chardet - poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E email - git submodule init - git submodule update