Allow newer versions of m3u8

This commit is contained in:
Ivan Habunek 2022-01-19 08:01:18 +01:00
parent 2f977be161
commit 192c2925b7
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -30,7 +30,7 @@ setup(
packages=find_packages(),
python_requires='>=3.5',
install_requires=[
"m3u8>=0.3.12,<0.4",
"m3u8>=1.0.0,<2.0.0",
"requests>=2.13,<3.0",
],
entry_points={