iptv/pyproject.toml

11 lines
178 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 = [
"beautifulsoup4>=4.13.4",
"httpx>=0.28.1",
"lxml>=6.0.0",
"pytz>=2025.2",
]