mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Allow newer versions of m3u8
This commit is contained in:
parent
8f5d7f022f
commit
2846925c91
@ -22,7 +22,7 @@ classifiers = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"click>=8.0.0,<9.0.0",
|
"click>=8.0.0,<9.0.0",
|
||||||
"httpx>=0.17.0,<1.0.0",
|
"httpx>=0.17.0,<1.0.0",
|
||||||
"m3u8>=3.0.0,<5.0.0",
|
"m3u8>=3.0.0,<7.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
|
Loading…
Reference in New Issue
Block a user