From aa44f75527676d2c20260e197d9be20e92cc4e9c Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Sun, 16 Jan 2022 20:15:06 +0100 Subject: [PATCH] chg: [internal] Use pydeep2 --- .github/workflows/main.yml | 1 - Pipfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc2b3f849..a071ada43 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/Pipfile b/Pipfile index 97250092a..ab10c122b 100644 --- a/Pipfile +++ b/Pipfile @@ -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"