Open tristan-jl opened 8 months ago
This PR swaps requests for Python's built-in urllib.request library, reducing the library size a decent amount.
requests
urllib.request
Would you consider a PR doing something like this? Happy to make alterations.
This PR swaps
requests
for Python's built-inurllib.request
library, reducing the library size a decent amount.Would you consider a PR doing something like this? Happy to make alterations.