first commit
This commit is contained in:
27
requirements.txt
Normal file
27
requirements.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
# 核心依赖
|
||||
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
|
||||
Reference in New Issue
Block a user