Skip to content

Commit

Permalink
Don't import docopt, use argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
vxbinaca authored Nov 8, 2024
1 parent 4dfb1c7 commit 47a116b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires-python = ">=3.8"
license = {file = "LICENSE"}
dependencies = [
"internetarchive<5.0.0",
"docopt==0.6.2",
"argparse",
"yt-dlp",
]

Expand Down

0 comments on commit 47a116b

Please sign in to comment.