From 4b4ed735ef4308294548cbd0cee756fac82ad45c Mon Sep 17 00:00:00 2001 From: chu23465 <130033130+chu23465@users.noreply.github.com> Date: Thu, 3 Apr 2025 17:01:25 +0530 Subject: [PATCH] Update pyproject.toml Forgot to resolve dependencies. Updated - should work now. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01c2607..6b90534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = 'Playready DRM downloader and decrypter' authors = [] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" appdirs = "^1.4.4" beautifulsoup4 = "~4.8.2" click = "^8.0.1"