From 757ef6cd4fca08504bf348634c30796b4a20f00b Mon Sep 17 00:00:00 2001 From: Mike Nordby Date: Mon, 28 Oct 2024 16:28:19 -0600 Subject: [PATCH] PAPP-34915 remove pip3_dependencies, we use pip3.9 dependencies --- misp.json | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/misp.json b/misp.json index fe47737..0914687 100644 --- a/misp.json +++ b/misp.json @@ -2371,53 +2371,5 @@ "input_file": "wheels/py39/wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" } ] - }, - "pip_dependencies": { - "wheel": [ - { - "module": "Deprecated", - "input_file": "wheels/shared/Deprecated-1.2.12-py2.py3-none-any.whl" - }, - { - "module": "attrs", - "input_file": "wheels/py3/attrs-22.2.0-py3-none-any.whl" - }, - { - "module": "cachetools", - "input_file": "wheels/py3/cachetools-4.2.2-py3-none-any.whl" - }, - { - "module": "importlib_metadata", - "input_file": "wheels/py3/importlib_metadata-4.8.3-py3-none-any.whl" - }, - { - "module": "jsonschema", - "input_file": "wheels/shared/jsonschema-3.2.0-py2.py3-none-any.whl" - }, - { - "module": "pymisp", - "input_file": "wheels/py3/pymisp-2.4.138-py3-none-any.whl" - }, - { - "module": "pyrsistent", - "input_file": "wheels/py36/pyrsistent-0.18.0-cp36-cp36m-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl" - }, - { - "module": "setuptools", - "input_file": "wheels/py3/setuptools-59.6.0-py3-none-any.whl" - }, - { - "module": "typing_extensions", - "input_file": "wheels/py3/typing_extensions-4.1.1-py3-none-any.whl" - }, - { - "module": "wrapt", - "input_file": "wheels/py36/wrapt-1.16.0-cp36-cp36m-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl" - }, - { - "module": "zipp", - "input_file": "wheels/py3/zipp-3.6.0-py3-none-any.whl" - } - ] } }