14 lines
283 B
TOML
14 lines
283 B
TOML
[project]
|
|
name = "pinterest-scraper"
|
|
version = "0.1.0"
|
|
description = "Pinterest 关键词图片爬取工具,通过 CDP 连接本地浏览器"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"playwright>=1.40",
|
|
"aiohttp>=3.9",
|
|
"aiofiles>=23.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|