# MCP Tools Dependencies
# Install: pip install -r requirements.txt

# Static Analysis
slither-analyzer>=0.10.0

# Web3 / EAS
web3>=6.0.0
eth-abi>=4.0.0
eth-account>=0.10.0

# Exploit Simulation / PoC Generation
aiohttp>=3.9.0

# Utilities
python-dotenv>=1.0.0

# Optional: Knowledge Base (RAG) — heavy, install separately
# pip install chromadb sentence-transformers
# chromadb>=0.4.0
# sentence-transformers>=2.2.0
