urequests compatibility

The MicroPython version of requests (opens in a new tab) was previously called urequests and a lot of existing code depends on being able to still import the module by that name.

This package provides a wrapper to allow this. Prefer to install and use the requests package instead.