Commit 6fd9462
committed
Include x402 EVM extra so signer imports resolve in clean env
x402.mechanisms.evm.signers imports web3 at module load. Without the
evm extra, `from x402.mechanisms.evm.signers import EthAccountSigner`
raises ImportError in a fresh notebook environment. Switching to
x402[httpx,evm] also makes the standalone eth-account pin redundant.1 parent 05f9c09 commit 6fd9462
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
| 81 | + | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
0 commit comments