Skip to content

v1.5.7

Choose a tag to compare

@WindowsSov8forUs WindowsSov8forUs released this 20 Aug 16:22
· 3 commits to main since this release

添加

  • 添加可选依赖配置

使用可选依赖安装可同时安装指定 HTTP 请求库

$ pip3 install tsugu-api-python[httpx] # 同时安装适配版本 httpx
$ pip3 install tsugu-api-python[aiohttp] # 同时安装适配版本 aiohttp

Full Changelog: v1.5.6...v1.5.7