Files
appium_ui_test/requirements.txt
2025-10-31 17:53:12 +08:00

27 lines
631 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.

# 核心依赖
Appium-Python-Client>=3.1.0
keyboard>=0.13.5
pathlib2>=2.3.7
Pillow>=10.0.0
opencv-python>=4.8.0
numpy>=1.24.0
lxml>=4.9.0
jinja2>=3.1.0
scikit-image>=0.21.0
matplotlib>=3.7.0
seaborn>=0.12.0
# SVG处理库 (选择安装其中一组)
# 选项1: Selenium (推荐浏览器渲染SVG无需额外系统库)
selenium>=4.15.0
webdriver-manager>=4.0.0
# 选项2: ReportLab + svglib (在Windows上需要Cairo库可能安装困难)
reportlab>=4.0.0
svglib>=1.5.0
# 选项3: CairoSVG (需要Cairo系统库Windows下安装困难)
# cairosvg>=2.7.0
# 选项4: Wand (需要ImageMagick安装复杂)
# Wand>=0.6.0