From 6a4ea7a1febc3d9f55f1359a44bea0d1341d17ff Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 27 Sep 2024 17:04:54 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15d52d45..fc759c6a 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,9 @@ As well as these optional installs: * `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']`)* +* `rich` - Command line client support. *(Optional, with `httpx['cli']`)* * `click` - Command line client support. *(Optional, with `httpx['cli']`)* +* `pygments` - Command line client support. *(Optional, with `httpx['cli']`)* * `brotli` or `brotlicffi` - Decoding for "brotli" compressed responses. *(Optional, with `httpx['brotli']`)* * `zstandard` - Decoding for "zstd" compressed responses. *(Optional, with `httpx[zstd]`)*