requests: how to disable / bypass proxy

I am getting an url with: r = requests.get("http://myserver.com") As I can see in the 'access.log' of "myserver.com", the client's system proxy is used. But I want to disable using proxies at all ...