mirror of
https://github.com/doms9/iptv.git
synced 2025-12-11 21:19:03 +01:00
e
This commit is contained in:
commit
00000d99f4
38 changed files with 395070 additions and 0 deletions
10
pyproject.toml
Normal file
10
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue