diff --git a/doc/installation.md b/doc/installation.md index b022de8..7421357 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -31,9 +31,17 @@ pip install -e . The NOMYO client requires the following dependencies: -- `cryptography` - Cryptographic primitives (RSA, AES, etc.) -- `httpx` - Async HTTP client - `anyio` - Async compatibility layer +- `certifi` - TLS/SSL certificates +- `cffi` - C Foreign Function Interface +- `cryptography` - Cryptographic primitives (RSA, AES, etc.) +- `exceptiongroup` - Exception groups backport +- `h11` - HTTP/1.1 protocol implementation +- `httpcore` - Minimal HTTP client +- `httpx` - Async HTTP client +- `idna` - Internationalized domain names +- `pycparser` - C parser for cffi +- `typing_extensions` - Backported typing hints These are automatically installed when you install the package via pip.