diff --git a/pyproject.toml b/pyproject.toml index 81455f4..4c13d4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ dependencies = [ "click", "inquirerpy", "m3u8", + "pillow", "pywidevine", "pyyaml", "yt-dlp", diff --git a/requirements.txt b/requirements.txt index 1ab8448..1a819e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ ciso8601 click inquirerpy m3u8 +pillow pywidevine pyyaml yt-dlp