# Desktop Control MCP Server dependencies

# Core MCP dependencies
fastapi>=0.104.0
uvicorn>=0.24.0
httpx>=0.25.0
pydantic>=2.0
aiohttp>=3.9.0
mcp>=1.0.0

# Screenshot and image processing
mss>=9.0.0
Pillow>=10.0.0

# Cross-platform automation
pyautogui>=0.9.54

# Note: Platform-specific dependencies
# Linux: xdotool, wmctrl, scrot, xrandr (system packages)
# Windows: pywinauto, pywin32 (pip packages, installed conditionally)
