Files
WebAutoTest/pyproject.toml
CNWei 5a50eb8289 feat: 优化定位转换器调整框架结构
- 新增 finder.py 重构定位转换器
- 优化 .gitignore 文件
- 其他优化
2026-01-25 17:24:04 +08:00

21 lines
401 B
TOML

[project]
name = "webautotest"
version = "0.1.0"
description = "Web自动化测试框架"
readme = "README.md"
requires-python = ">=3.10"
dependencies = []
[dependency-groups]
dev = [
"pydantic-settings>=2.8.1",
"pytest>=8.3.5",
"pytest-xlsx>=0.5.1",
"selenium>=4.30.0",
"tomlkit>=0.13.2",
]
[[tool.uv.index]]
url = "https://mirrors.cloud.tencent.com/pypi/simple"
default = true