sethblack / python-seo-analyzer

An SEO tool that analyzes the structure of a site, crawls the site, count words in the body of the site and warns of any technical SEO issues.
Other
1.19k stars 310 forks source link

Remove Unused Dependency: Requests #98

Closed gdrosos closed 7 months ago

gdrosos commented 1 year ago

Summary

This pull request removes the unused dependency requests from the requirements.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 of urllib3 in this pull request. Despite the transition to urllib3, requests remained listed as a requirement in the requirements.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

Impact

gdrosos commented 1 year 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!

sethblack commented 7 months ago

Thank you! Removed.