diff --git a/pyproject.toml b/pyproject.toml index 97f2a77..53692b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ dependencies = [ "click", "inquirerpy", "m3u8", + "mutagen", "pillow", "pywidevine", "pyyaml", diff --git a/requirements.txt b/requirements.txt index 053e880..e1b00f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ click inquirerpy m3u8 +mutagen pillow pywidevine pyyaml