mirror of https://github.com/MISP/mail_to_misp
fix: [travis] chardet dep
parent
70cb5ec0e7
commit
89c3a2c117
|
@ -13,7 +13,7 @@ python:
|
||||||
- "3.8-dev"
|
- "3.8-dev"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install poetry
|
- pip install poetry chardet
|
||||||
- poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E email
|
- poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E email
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
|
|
Loading…
Reference in New Issue