Remove rfc3986 from Chinese readme (#2576)

fix https://github.com/encode/httpx/pull/2252
This commit is contained in:
Paul Schreiber 2023-02-06 12:42:35 -05:00 committed by GitHub
parent 562b4b40aa
commit 5747764104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,8 +126,7 @@ HTTPX 项目依赖于这些优秀的库:
* `httpcore` - `httpx` 基础传输接口实现。
* `h11` - HTTP/1.1 支持。
* `certifi` - SSL 证书。
* `rfc3986` - URL 解析与规范化。
* `idna` - 国际化域名支持。
* `idna` - 国际化域名支持。
* `sniffio` - 异步库自动检测。
以及这些可选的安装: