From 1fe272ba1e800f991db56ba49286019ca8c04d4f Mon Sep 17 00:00:00 2001 From: vxbinaca Date: Wed, 13 Nov 2024 13:25:29 -0500 Subject: [PATCH] Set min IA ver to 5.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2089b77..58eb3fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.9" license = {file = "LICENSE"} dependencies = [ - "internetarchive", + "internetarchive>=5.0.3", "docopt==0.6.2", "yt-dlp", ]