mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
chg: [install] remove python package from thirdparty
This commit is contained in:
parent
9716351196
commit
ba6f45dd4f
2 changed files with 2 additions and 6 deletions
|
@ -4,6 +4,8 @@ pymisp>=2.4.144
|
||||||
d4-pyclient>=0.1.6
|
d4-pyclient>=0.1.6
|
||||||
|
|
||||||
thehive4py
|
thehive4py
|
||||||
|
git+https://github.com/MISP/PyTaxonomies
|
||||||
|
git+https://github.com/MISP/PyMISPGalaxies
|
||||||
|
|
||||||
# Core
|
# Core
|
||||||
redis>4.4.4
|
redis>4.4.4
|
||||||
|
|
|
@ -115,12 +115,6 @@ then
|
||||||
source ./../../AILENV/bin/activate
|
source ./../../AILENV/bin/activate
|
||||||
fi
|
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
|
#Update PyMISP
|
||||||
pip3 install pymisp --upgrade
|
pip3 install pymisp --upgrade
|
||||||
|
|
||||||
#Update the Hive
|
|
||||||
pip3 install thehive4py --upgrade # TODO move to requirement
|
|
||||||
|
|
Loading…
Reference in a new issue