# MCP Server Dependencies
mcp>=1.0.0
pydantic>=2.0.0

# Lab Testing Framework Dependencies
requests>=2.28.0
matplotlib>=3.5.0
numpy>=1.21.0

# SSH and credential management
# Note: sshpass is a system package, not a Python package
# Install with: sudo apt install sshpass (or equivalent for your OS)

