# =========================================================================
# Screen Agent — Python 依赖
# 安装: pip install -r requirements.txt
# =========================================================================

# ── 必需 ────────────────────────────────────────────────────────────────
pywinauto>=6.8.0           # Windows UIA 可访问性树扫描
Pillow>=10.0.0             # 屏幕截图 + 图像处理
numpy>=1.24.0              # 数组运算（OCR/点击验证）
opencv-python>=4.8.0       # 图像处理（边缘检测/加载检测）
easyocr>=1.7.0             # OCR 文字识别（中英文）

# ── 可选（输入降级后端）─────────────────────────────────────────────────
pyautogui>=0.9.53          # 跨平台输入模拟（SendInput 不可用时自动降级）
