This commit is contained in:
doms9 2025-12-08 13:21:43 -05:00
commit 00000d99f4
38 changed files with 395070 additions and 0 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[project]
name = "iptv"
version = "0.0.3"
requires-python = ">=3.10"
dependencies = [
"httpx[http2]>=0.28.1",
"playwright>=1.55.0",
"pytz>=2025.2",
"selectolax>=0.4.0",
]