diff --git a/pyproject.toml b/pyproject.toml index 1aff924..e7e99f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.8" license = {file = "LICENSE"} dependencies = [ "internetarchive<5.0.0", - "docopt==0.6.2", + "argparse", "yt-dlp", ]