mirror of
https://github.com/doms9/iptv.git
synced 2026-06-05 02:33:08 +02:00
11 lines
213 B
TOML
11 lines
213 B
TOML
[project]
|
|
name = "iptv"
|
|
version = "0.0.4"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"feedparser>=6.0.12",
|
|
"httpx[http2]>=0.28.1",
|
|
"playwright>=1.58.0",
|
|
"pytz>=2026.1",
|
|
"selectolax>=0.4.7",
|
|
]
|