mirror of
https://github.com/doms9/iptv.git
synced 2026-06-13 12:26:26 +02:00
10 lines
187 B
TOML
10 lines
187 B
TOML
[project]
|
|
name = "iptv"
|
|
version = "0.0.4"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"httpx[http2]>=0.28.1",
|
|
"playwright>=1.58.0",
|
|
"pytz>=2026.1",
|
|
"selectolax>=0.4.7",
|
|
]
|