line-today-scrape/pyproject.toml
Sosokker 0b5b9d98c5
Some checks are pending
CI / test (push) Waiting to run
add main files
2025-10-29 16:12:55 +07:00

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"]