10 lines
181 B
TOML
10 lines
181 B
TOML
[project]
|
|
name = "iptv"
|
|
version = "0.0.3"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"playwright>=1.55.0",
|
|
"pytz>=2025.2",
|
|
"selectolax>=0.3.33",
|
|
]
|