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 = [
|
2025-10-30 15:38:34 -04:00
|
|
|
"httpx[http2]>=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
|
|
|
]
|