From 993ff1a2e1ba570100f302d9fa58b137ca0ec280 Mon Sep 17 00:00:00 2001 From: gdrosos Date: Sun, 27 Aug 2023 14:34:39 +0300 Subject: [PATCH 1/2] Remove unused dependencies --- requirements.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8a14e598d..be3610480 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,9 @@ PySocks>=1.7.1 Jinja2>=3.0.0 certifi>=2017.4.17 -urllib3>=1.21.1 -cryptography>=2.8 -cffi>=1.14.0 defusedxml>=0.7.0 markupsafe>=2.0.0 pyopenssl>=21.0.0 -idna>=2.5 -chardet>=3.0.2 charset_normalizer~=2.0.0 requests>=2.27.0 requests_ntlm>=1.1.0 From edcb34fa9da575aaae0a228e0eb38b2d10260408 Mon Sep 17 00:00:00 2001 From: gdrosos Date: Sun, 27 Aug 2023 14:37:57 +0300 Subject: [PATCH 2/2] Update changelog and contributors docs --- CHANGELOG.md | 2 ++ CONTRIBUTORS.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd1f9030c..9a7d72353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +- Remove unused dependencies (urllib3, cryptography, cffi, idna, chardet) + ## [0.4.3] - October 2nd, 2022 - Automatically detect the URI scheme (`http` or `https`) if no scheme is provided - SQLite report format diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c2357077d..fd5a092c7 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -73,6 +73,7 @@ - [Akshay Ravi](https://www.linkedin.com/in/c09yc47/) - [kosyan62](https://https://github.com/kosyan62) - [Maxence Zolnieurck](https://github.com/mxcezl) +- [Giorgos Drosos](https://github.com/gdrosos) Special thanks to all the people who are named here!