mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Accept newer versions of m3u8 lib
This commit is contained in:
parent
a4b2434735
commit
662ce72195
2
setup.py
2
setup.py
@ -31,7 +31,7 @@ setup(
|
|||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"m3u8>=1.0.0,<2.0.0",
|
"m3u8>=1.0.0,<4.0.0",
|
||||||
"httpx>=0.17.0,<1.0.0",
|
"httpx>=0.17.0,<1.0.0",
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
|
Loading…
Reference in New Issue
Block a user