From ba6f45dd4ff9a28fde86e3aae79c1ad6a77de92a Mon Sep 17 00:00:00 2001 From: terrtia Date: Mon, 8 Jan 2024 14:15:03 +0100 Subject: [PATCH] chg: [install] remove python package from thirdparty --- requirements.txt | 2 ++ var/www/update_thirdparty.sh | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6c813802..7e550eee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,8 @@ pymisp>=2.4.144 d4-pyclient>=0.1.6 thehive4py +git+https://github.com/MISP/PyTaxonomies +git+https://github.com/MISP/PyMISPGalaxies # Core redis>4.4.4 diff --git a/var/www/update_thirdparty.sh b/var/www/update_thirdparty.sh index 863fa7c2..44252d62 100755 --- a/var/www/update_thirdparty.sh +++ b/var/www/update_thirdparty.sh @@ -115,12 +115,6 @@ then source ./../../AILENV/bin/activate fi -#Update MISP Taxonomies and Galaxies -pip3 install git+https://github.com/MISP/PyTaxonomies --upgrade # TODO move to requirement -pip3 install git+https://github.com/MISP/PyMISPGalaxies --upgrade # TODO move to requirement - #Update PyMISP pip3 install pymisp --upgrade -#Update the Hive -pip3 install thehive4py --upgrade # TODO move to requirement