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