]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update README.md
authorTom Christie <tom@tomchristie.com>
Fri, 27 Sep 2024 16:04:54 +0000 (17:04 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 16:04:54 +0000 (17:04 +0100)
README.md

index 15d52d45f36061e27b3b8bd051cedcf54e280836..fc759c6a9b6e671603a0b454a2a509391b82e60a 100644 (file)
--- 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]`)*