From 820ea24d3902bc82e2ed9d3c7897165ac8064511 Mon Sep 17 00:00:00 2001 From: Matjaz Pirnovar Date: Tue, 25 Jun 2024 10:10:45 -0700 Subject: [PATCH 1/2] remove two modules from core requirements --- requirements/core.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements/core.txt b/requirements/core.txt index 45db2ecee..7cbfe29f1 100644 --- a/requirements/core.txt +++ b/requirements/core.txt @@ -1,6 +1,4 @@ jsonschema>=3.2.0 pyrsistent>=0.16.0 requests>=2.21 -pyOpenSSL>=19.1.0 -cryptography>=2.8.0 idna>=2.10 From 93fe1bab72792a9383d652245ec3396eeebee419 Mon Sep 17 00:00:00 2001 From: Matjaz Pirnovar Date: Tue, 25 Jun 2024 12:54:01 -0700 Subject: [PATCH 2/2] update readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7a6456c11..e0aeafb62 100644 --- a/README.md +++ b/README.md @@ -227,10 +227,6 @@ This software incorporates code from the following open source projects: requests (Apache-2.0 License: https://github.com/psf/requests/blob/master/LICENSE) -pyOpenSSL (Apache-2.0 License https://github.com/pyca/pyopenssl/blob/main/LICENSE) - -cryptography (Apache-2.0 https://github.com/pyca/cryptography/blob/main/LICENSE.APACHE) - idna (BSD 3-Clause License https://github.com/kjd/idna/blob/master/LICENSE.md) ### Other Optimizely SDKs