doc: add all dependencies
This commit is contained in:
parent
7d86716b06
commit
60d1e1938b
1 changed files with 10 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue