Not yet but hopefully very soon. Support for GAE is being worked on - see issue #498 (App Engine Fixes).
Requests uses urllib3 which in turn uses httplib which is supported on GAE as a wrapper for urlfetch API. Although urllib3 uses some modules not available on GAE this usage is deliberately made optional so that urllib3 can be used on GAE.