# x402 Layer - Python Dependencies
# Install: pip install -r requirements.txt

# EVM/Base payments - Required for EIP-712 signing
eth-account>=0.10.0
web3>=6.0.0

# HTTP requests
requests>=2.28.0

# Receipt JWT verification (RS256/JWKS)
pyjwt[crypto]>=2.8.0
cryptography>=42.0.0

# Solana payments / wallet-first Solana agent registration
solders>=0.20.0
