init
This commit is contained in:
commit
6e1c25caa4
16 changed files with 80378 additions and 0 deletions
10
pyproject.toml
Normal file
10
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue