diff --git a/pyproject.toml b/pyproject.toml index bd9db5f..8bcc0b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.8" license = {file = "LICENSE"} dependencies = [ - "internetarchive", + "internetarchive==4.1.0", "docopt==0.6.2", "yt-dlp", ]