From e86f9903956a35ad283b9e4c84fc194b119424a7 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:52:54 -0300 Subject: [PATCH] Add pillow library to dependencies --- pyproject.toml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) 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