Update README.md

Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
This commit is contained in:
Tom Christie 2023-10-12 10:42:02 +01:00 committed by GitHub
parent 40aa60c2c6
commit 56b2fb0533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,8 +134,8 @@ The HTTPX project relies on these excellent libraries:
As well as these optional installs:
* `anyio`, `sniffio` - Async support for `asyncio`. *(Optional, with `httpx['asyncio']`)*
* `trio`, `sniffio` - Async support for `trio`. *(Optional, with `httpx['trio']`)*
* `anyio` - Async support for `asyncio`. *(Optional, with `httpx['asyncio']`)*
* `trio` - Async support for `trio`. *(Optional, with `httpx['trio']`)*
* `h2` - HTTP/2 support. *(Optional, with `httpx['http2']`)*
* `socksio` - SOCKS proxy support. *(Optional, with `httpx['socks']`)*
* `rich` - Rich terminal support. *(Optional, with `httpx['cli']`)*