From b67a20f84f2d9c5bc42c3a2cb9aaf2d547f259b9 Mon Sep 17 00:00:00 2001 From: adammchugh <34958726+adammchugh@users.noreply.github.com> Date: Tue, 2 Mar 2021 11:17:22 +1030 Subject: [PATCH 1/2] Change to pandas version requirement to address pip install failure Updated pandas version to 1.1.5 to allow pip install as defined at https://github.com/MISP/misp-modules to complete successfully. --- REQUIREMENTS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REQUIREMENTS b/REQUIREMENTS index 86615cd..3142c88 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -73,7 +73,7 @@ olefile==0.46; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, oletools==0.56 opencv-python==4.5.1.48 pandas-ods-reader==0.0.7 -pandas==1.2.1 +pandas==1.1.5 passivetotal==1.0.31 pcodedmp==1.2.6 pdftotext==2.1.5 From 1e6e752b5dd8cee3091532f28985d534fe127264 Mon Sep 17 00:00:00 2001 From: adammchugh <34958726+adammchugh@users.noreply.github.com> Date: Tue, 2 Mar 2021 11:29:36 +1030 Subject: [PATCH 2/2] Included missing dependencies for censys and pyfaup Added censys dependency Added pyfaup dependency --- REQUIREMENTS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/REQUIREMENTS b/REQUIREMENTS index 3142c88..681352a 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -25,6 +25,7 @@ backscatter==0.2.4 beautifulsoup4==4.9.3 bidict==0.21.2; python_version >= '3.6' blockchain==1.4.4 +censys==1.26.3 certifi==2020.12.5 cffi==1.14.4 chardet==3.0.4 @@ -85,6 +86,7 @@ pycryptodome==3.9.9; python_version >= '2.6' and python_version not in '3.0, 3.1 pycryptodomex==3.9.9; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' pydeep==0.4 pyeupi==1.1 +pyfaup==1.2 pygeoip==0.3.2 pymisp[email,fileobjects,openioc,pdfexport]==2.4.137.1 pyopenssl==20.0.1