Files
workphone-sdk/sdk/requirements.txt

35 lines
489 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 工作手机SDK v3.0 - Python依赖
# Web框架
fastapi
python-multipart
uvicorn[standard]
websockets
# 数据库
motor
redis
# 数据验证
pydantic
pydantic-settings
# HTTP客户端
httpx
markdown
# 二维码生成(设备绑定)
qrcode[pil]
# 设备控制
uiautomator2
adbutils
# Hook 注入Frida 16.5.6 — 开发文档明确锁定17.x 在 Android 11 Java 桥失效)
frida==16.5.6
frida-tools==12.5.0
# 测试pytest + 异步)
pytest>=8.0
pytest-asyncio>=0.24