chg: [internal] Use pydeep2

pull/8099/head
Jakub Onderka 2022-01-16 20:15:06 +01:00
parent 2b7736e3e5
commit aa44f75527
2 changed files with 1 additions and 2 deletions

View File

@ -233,7 +233,6 @@ jobs:
- name: Build test
run: |
. ./venv/bin/activate
pip install git+https://github.com/kbandla/pydeep.git
pushd tests
./build-test.sh

View File

@ -12,6 +12,6 @@ stix = "*"
maec = "*"
pymisp = {path = "./PyMISP", extras=["fileobjects"]}
stix2 = {git = "https://github.com/MISP/cti-python-stix2", ref = "61e9fc0748691f6b768acf47c18ef01b5dc0a854"}
pydeep = {git = "https://github.com/kbandla/pydeep.git"}
pydeep2 = "*"
python-dateutil = "*"
urllib3 = ">=1.26.5"