From abc327b9772e0787e5d51abda7f3faa695ffa419 Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Mon, 26 Aug 2024 04:20:37 +0000 Subject: [PATCH] Update requirements for sslyze Signed-off-by: Jauder Ho --- sslyze/Pipfile | 2 +- sslyze/Pipfile.lock | 11 +---------- sslyze/requirements.txt | 1 - 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/sslyze/Pipfile b/sslyze/Pipfile index 122e35b483ed..e552072b9a02 100644 --- a/sslyze/Pipfile +++ b/sslyze/Pipfile @@ -15,7 +15,7 @@ nassl = "*" cryptography = "*" tls-parser = "*" pydantic = "*" -wheel = "*" +#wheel = "*" #wheel = "0.42.0" [dev-packages] diff --git a/sslyze/Pipfile.lock b/sslyze/Pipfile.lock index 8d400b7fad26..723e908447f5 100644 --- a/sslyze/Pipfile.lock +++ b/sslyze/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "504dc05f5690d0e81616c083276f1a1055a7e82c6e35beb752df84ac657460ae" + "sha256": "e4209ba854c80e8b90b4d3f119446fce5c5b8edcf9142e754662140c0becbf87" }, "pipfile-spec": 6, "requires": { @@ -302,15 +302,6 @@ ], "markers": "python_version < '3.13'", "version": "==4.12.2" - }, - "wheel": { - "hashes": [ - "sha256:2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f", - "sha256:a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==0.44.0" } }, "develop": {} diff --git a/sslyze/requirements.txt b/sslyze/requirements.txt index 14bba14c319a..9cbe2dea0f5a 100644 --- a/sslyze/requirements.txt +++ b/sslyze/requirements.txt @@ -10,4 +10,3 @@ pydantic-core==2.16.3 sslyze==6.0.0 tls-parser==2.0.1 typing-extensions==4.12.2 -wheel==0.44.0