from requests_toolbelt.utils import dump from requests_toolbelt.adapters import appengine 依赖包
时间: 2024-01-18 18:04:35 浏览: 244
这两个依赖包可以通过pip安装:
```bash
pip install requests-toolbelt
```
注意:在使用`requests_toolbelt.adapters.appengine`时,需要在App Engine上运行,因为这个适配器是专门为App Engine开发的。
阅读全文