fix: [MISP export] force pymisp version

This commit is contained in:
Terrtia 2020-01-23 10:01:05 +01:00
parent 08014f125a
commit 92b71e02c3
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -116,7 +116,7 @@ python3 -m pip install git+https://github.com/MISP/PyTaxonomies --upgrade
python3 -m pip install git+https://github.com/MISP/PyMISPGalaxies --upgrade
#Update PyMISP
python3 -m pip install git+https://github.com/MISP/PyMISP --upgrade
python3 -m pip install git+https://github.com/MISP/PyMISP@v2.4.119.1 --upgrade
#Update the Hive
python3 -m pip install git+https://github.com/TheHive-Project/TheHive4py --upgrade