doc: add all dependencies

This commit is contained in:
Alpha Nerd 2026-04-03 12:23:03 +02:00
parent 7d86716b06
commit 60d1e1938b
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M

View file

@ -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.