Switch dependency docopt to docopt-ng

- docopt is unmaintained and giving SyntaxWarnings
This commit is contained in:
Andrew Hamilton 2025-06-03 19:34:26 +10:00
parent 1a1989e565
commit 06e9250888
3 changed files with 10 additions and 7 deletions

View file

@ -10,7 +10,7 @@ authors = [
]
requires-python = ">=3.11"
dependencies = [
"docopt==0.6.2",
"docopt-ng==0.9.0",
"fill3",
"lscolors",
"pexpect==4.9.0",