add mutagen to depedencies

This commit is contained in:
Rafael Moraes 2024-11-23 17:05:39 -03:00
parent 2c1fa9d99b
commit 1013bd20b9
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ dependencies = [
"click",
"inquirerpy",
"m3u8",
"mutagen",
"pillow",
"pywidevine",
"pyyaml",

View File

@ -1,6 +1,7 @@
click
inquirerpy
m3u8
mutagen
pillow
pywidevine
pyyaml