From e7488791d3fcfc4eb8565281560fa6b549c57843 Mon Sep 17 00:00:00 2001 From: Luciano Righetti Date: Mon, 20 Sep 2021 15:17:12 +0200 Subject: [PATCH] fix: add missing dependency (ndjson) of cof2misp1 --- REQUIREMENTS | 1 + 1 file changed, 1 insertion(+) diff --git a/REQUIREMENTS b/REQUIREMENTS index 6bd74c7..010527d 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -148,3 +148,4 @@ xlrd==2.0.1 xlsxwriter==3.0.1; python_version >= '3.4' yara-python==3.8.1 yarl==1.6.3; python_version >= '3.6' +ndjson==0.3.1