Accept newer versions of m3u8 lib

This commit is contained in:
Ivan Habunek 2022-08-20 11:35:28 +02:00
parent a4b2434735
commit 662ce72195
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -31,7 +31,7 @@ setup(
packages=find_packages(),
python_requires=">=3.7",
install_requires=[
"m3u8>=1.0.0,<2.0.0",
"m3u8>=1.0.0,<4.0.0",
"httpx>=0.17.0,<1.0.0",
],
entry_points={