iptv/pyproject.toml
2025-10-30 15:38:34 -04: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",
]