From e4a0643a86a6f49774444fc1749a9309768719fd Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Mon, 29 Jan 2024 03:37:58 +0000 Subject: [PATCH] Update requirements for sslyze ... Signed-off-by: Jauder Ho --- sslyze/Pipfile.lock | 2 +- sslyze/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sslyze/Pipfile.lock b/sslyze/Pipfile.lock index f3230674df1b..76afbade2477 100644 --- a/sslyze/Pipfile.lock +++ b/sslyze/Pipfile.lock @@ -84,7 +84,7 @@ "sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956", "sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357" ], - "markers": "platform_python_implementation != 'PyPy'", + "markers": "python_version >= '3.8'", "version": "==1.16.0" }, "cryptography": { diff --git a/sslyze/requirements.txt b/sslyze/requirements.txt index 39ac7b2bdae7..c6fd713ef878 100644 --- a/sslyze/requirements.txt +++ b/sslyze/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple --extra-index-url https://www.piwheels.org/simple annotated-types==0.6.0; python_version >= '3.8' -cffi==1.16.0; platform_python_implementation != 'PyPy' +cffi==1.16.0; python_version >= '3.8' cryptography==41.0.7; python_version >= '3.7' nassl==5.1.0; python_version >= '3.7' pycparser==2.21