From 2da824ecbc0908cdaad7d8df77046ee3f37f51d1 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Sun, 23 Feb 2025 04:34:28 -0300 Subject: [PATCH] add colorama to dependencies --- pyproject.toml | 3 +-- requirements.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df89640..6174f6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,13 +5,12 @@ requires-python = ">=3.9" authors = [{ name = "glomatico" }] dependencies = [ "click", + "colorama", "inquirerpy", "m3u8", "mutagen", "pillow", "pywidevine", - "pyyaml", - "termcolor", "yt-dlp", ] readme = "README.md" diff --git a/requirements.txt b/requirements.txt index 85e0a5b..2c05a99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ click +colorama inquirerpy m3u8 mutagen