19 lines
413 B
TOML
19 lines
413 B
TOML
[project]
|
|
name = "line-today-scrape"
|
|
version = "0.1.0"
|
|
description = "Respectful crawler prototype for https://today.line.me/th/"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"anyio>=4.11.0",
|
|
"beautifulsoup4>=4.14.2",
|
|
"httpx>=0.28.1",
|
|
"lxml>=6.0.2",
|
|
"playwright>=1.55.0",
|
|
"pytest>=8.4.2",
|
|
"ujson>=5.11.0",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
dev = ["pytest>=8.4.2"]
|