Can I use Requests library in a Python Worker

Ok, I don't remember where I read it, but I thought I could use the Requests library to do GET and POST requests.
But, I'm getting ModuleNotFoundError: No module named 'requests' error.
Was this page helpful?