modalDeploy/pyproject_rpa.toml

14 lines
268 B
TOML

[project]
name = "PlaywrightRPA"
version = "0.0.1"
authors = [
{ name = "Yudi Xiao", email = "xyd@bowong.ai" },
]
description = "基于Playwright处理抖音Web页面RPA"
requires-python = ">=3.11"
dependencies = [
"loguru>=0.7.3",
"playwright>=1.52.0"
]