Not sure how the project is being built, but when I tried to call RequestsHTTPTransport with cookies it failed. Though the code says this is being passed through to HTTPTransport that expects it, an inspect.getargspec(HTTPTransport.__init__) shows that cookies is not defined, so this does not work.