23 lines
484 B
TOML
23 lines
484 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 = [
|
|
"fastapi>=0.115.12",
|
|
"loguru>=0.7.3",
|
|
"modal>=1.0.1",
|
|
"playwright>=1.52.0",
|
|
"scalar-fastapi>=1.0.3",
|
|
"tenacity>=9.1.2",
|
|
"uvicorn>=0.34.2",
|
|
"pydantic>=2.11.4",
|
|
"aiohttp>=3.11.18",
|
|
"httpx>=0.28.1",
|
|
"python-ulid>=3.0.0",
|
|
]
|