9 lines
155 B
TOML
9 lines
155 B
TOML
[project]
|
|
name = "iptv"
|
|
version = "0.0.2"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"pytz>=2025.2",
|
|
"selectolax>=0.3.33",
|
|
]
|