iptv/pyproject.toml

10 lines
155 B
TOML
Raw Normal View History

2025-08-17 10:05:09 -04:00
[project]
name = "iptv"
version = "0.0.2"
2025-08-17 17:01:52 -04:00
requires-python = ">=3.10"
2025-08-17 10:05:09 -04:00
dependencies = [
"httpx>=0.28.1",
"pytz>=2025.2",
2025-08-27 10:26:56 -04:00
"selectolax>=0.3.33",
2025-08-17 10:05:09 -04:00
]