iptv/pyproject.toml

11 lines
180 B
TOML
Raw Normal View History

2025-08-17 10:05:09 -04:00
[project]
name = "iptv"
2025-09-01 19:22:00 -04:00
version = "0.0.3"
2025-08-17 17:01:52 -04:00
requires-python = ">=3.10"
2025-08-17 10:05:09 -04:00
dependencies = [
"httpx>=0.28.1",
2025-09-01 19:22:00 -04:00
"playwright>=1.55.0",
2025-08-17 10:05:09 -04:00
"pytz>=2025.2",
2025-10-01 11:57:49 -04:00
"selectolax>=0.4.0",
2025-08-17 10:05:09 -04:00
]