diff --git a/micropython/bundles/bundle-networking/manifest.py b/micropython/bundles/bundle-networking/manifest.py index 79d5e9d9d..234bd627e 100644 --- a/micropython/bundles/bundle-networking/manifest.py +++ b/micropython/bundles/bundle-networking/manifest.py @@ -7,6 +7,7 @@ require("ntptime") require("requests") require("webrepl") +require("urllib.urequest") # Provide urequests (which just forwards to requests) for backwards # compatibility.