mirror of https://github.com/CIRCL/AIL-framework
chg: [install] remove python package from thirdparty
parent
9716351196
commit
ba6f45dd4f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue