refactor: restructure mytoolkit with new subcommands and md-to-pdf improvements
- Add new subcommands: convert, preflight, server, templates, webpage - Migrate config from bin/config.json to ~/.config/mytoolkit - Fix expand_bookmarks to modify writer objects instead of reader - Improve md_to_pdf with CJK bookmark support - Update README and project metadata
This commit is contained in:
@@ -5,6 +5,7 @@ description = "Personal CLI toolkit"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"click>=8.0",
|
||||
"openai>=1.60",
|
||||
"pillow>=11.3.0",
|
||||
"pypdf>=6.10.1",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user