Closed gdrosos closed 7 months ago
Hello @sethblack, @gnovaro ,
I hope this message finds you well. We are currently engaged in a research project focused on optimizing projects by identifying and eliminating unnecessary dependencies. Your insights and expertise as a maintainer would greatly contribute to our research efforts.
Could you please take a moment to review these changes? Your input would be highly valuable to us.
Thank you for your consideration!
Thank you! Removed.
Summary
This pull request removes the unused dependency
requests
from therequirements.txt
file and updates the corresponding note in the README. This change is a result of ongoing research aimed at identifying and eliminating code bloat within software projects.Rationale
The
requests
library was previously used within the project but was deemed unnecessary and removed in favor ofurllib3
in this pull request. Despite the transition tourllib3
,requests
remained listed as a requirement in therequirements.txt
file, and a related note in the README was left outdated. Removing this unused dependency and updating the documentation is aligned with best practices for dependency management and user guidance.Changes
requests
dependency from therequirements.txt
file.requests.exceptions.SSLError
, as it is no longer relevant.Impact