This commit is contained in:
github-actions[bot] 2025-08-17 10:05:09 -04:00
commit 6e1c25caa4
16 changed files with 80378 additions and 0 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[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",
]