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"
requires-python = ">=3.13"
dependencies = [
"beautifulsoup4>=4.13.4",
"httpx>=0.28.1",
"lxml>=6.0.0",
"pytz>=2025.2",
]