Allow newer versions of m3u8

This commit is contained in:
Ivan Habunek 2024-08-30 08:05:03 +02:00
parent 8f5d7f022f
commit 2846925c91
No known key found for this signature in database
GPG Key ID: 01DB3DD0D824504C

View File

@ -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]