better help text output

This commit is contained in:
Nick Sweeting
2024-10-02 19:46:31 -07:00
parent 968adf64da
commit 035a14b6ea
9 changed files with 206 additions and 131 deletions

View File

@@ -74,6 +74,7 @@ dependencies = [
"python-crontab>=3.2.0", # for: archivebox schedule
"croniter>=3.0.3", # for: archivebox schedule
"ipython>=8.27.0", # for: archivebox shell
"py-machineid>=0.6.0", # for: machine/detect.py calculating machine guid
"python-benedict[io,parse]>=0.33.2",
"pydantic-settings>=2.5.2",
############# VENDORED LIBS ######################
@@ -86,7 +87,7 @@ dependencies = [
"base32-crockford==0.3.0",
############# Extractor Dependencies #############
"yt-dlp>=2024.8.6", # for: media
"py-machineid>=0.6.0",
"rich-argparse>=1.5.2",
]
# pdm lock --group=':all'