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"