iptv/pyproject.toml

12 lines
213 B
TOML
Raw Normal View History

2025-12-08 13:21:43 -05:00
[project]
name = "iptv"
2026-04-28 18:24:25 -04:00
version = "0.0.4"
requires-python = ">=3.11"
2025-12-08 13:21:43 -05:00
dependencies = [
"feedparser>=6.0.12",
2025-12-08 13:21:43 -05:00
"httpx[http2]>=0.28.1",
2026-04-28 18:24:25 -04:00
"playwright>=1.58.0",
"pytz>=2026.1",
"selectolax>=0.4.7",
2025-12-08 13:21:43 -05:00
]