iptv/pyproject.toml
2025-12-08 13:21:43 -05:00

10 lines
187 B
TOML

[project]
name = "iptv"
version = "0.0.3"
requires-python = ">=3.10"
dependencies = [
"httpx[http2]>=0.28.1",
"playwright>=1.55.0",
"pytz>=2025.2",
"selectolax>=0.4.0",
]