From 1013bd20b9d324b8b84bdead88f64bb829240dfd Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Sat, 23 Nov 2024 17:05:39 -0300 Subject: [PATCH] add mutagen to depedencies --- pyproject.toml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) 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