Commit 9a26900
committed
build: add optional-dependencies for new feature modules
Group the optional dependencies introduced by the recent feature
work into install extras so users can opt in cleanly:
pip install je_load_density[mqtt] # paho-mqtt
pip install je_load_density[grpc] # grpcio + protobuf
pip install je_load_density[websocket] # websocket-client
pip install je_load_density[metrics] # prometheus + otel
pip install je_load_density[mcp] # mcp SDK
pip install je_load_density[faker]
pip install je_load_density[all]
Each runtime module already imports these lazily, so the base
install footprint is unchanged.1 parent 2be98b2 commit 9a26900
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
43 | 72 | | |
44 | 73 | | |
45 | 74 | | |
| |||
0 commit comments