From 47a116b49a8dee12af045764630db073a072a098 Mon Sep 17 00:00:00 2001 From: Paul Henning Date: Fri, 8 Nov 2024 11:03:57 -0500 Subject: [PATCH] Don't import docopt, use argparse --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]