# FastAPI & Server
fastapi>=0.100.0
uvicorn[standard]>=0.23.0
httpx>=0.24.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
python-dotenv>=1.0.0

# x402 / Web3
web3>=6.0.0
eth-account>=0.8.0

# Caching
cachetools>=5.3.0

# Logging
structlog>=23.0.0

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
httpretty>=1.1.0
