diff --git a/pyproject.toml b/pyproject.toml index 0e223ed..df89640 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ dependencies = [ "pillow", "pywidevine", "pyyaml", + "termcolor", "yt-dlp", ] readme = "README.md" diff --git a/requirements.txt b/requirements.txt index e1b00f0..85e0a5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ mutagen pillow pywidevine pyyaml +termcolor yt-dlp