chg: [install] remove python package from thirdparty

dev
terrtia 2024-01-08 14:15:03 +01:00
parent 9716351196
commit ba6f45dd4f
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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