File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ COMMANDS:
108
108
mkdir [DIRECTORY] [OPTIONS]
109
109
mkfile [FILE.py] [OPTIONS]
110
110
mkrec / codegen [FILE.py] [OPTIONS]
111
+ recorder (Open Recorder Desktop App)
111
112
mkpres [FILE.py] [LANG]
112
113
mkchart [FILE.py] [LANG]
113
114
print [FILE] [OPTIONS]
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ click==8.0.3;python_version>="3.6"
14
14
zipp == 3.6.0 ;python_version >= "3.6"
15
15
readme-renderer == 32.0
16
16
pymdown-extensions == 9.1 ;python_version >= "3.6"
17
- importlib-metadata == 4.8.2 ;python_version >= "3.6"
17
+ importlib-metadata == 4.9.0 ;python_version >= "3.6"
18
18
bleach == 4.1.0
19
19
jsmin == 3.0.0 ;python_version >= "3.6"
20
20
lunr == 0.6.1 ;python_version >= "3.6"
21
21
nltk == 3.6.5 ;python_version >= "3.6"
22
22
watchdog == 2.1.6 ;python_version >= "3.6"
23
23
mkdocs == 1.2.3 ;python_version >= "3.6"
24
- mkdocs-material == 8.1.1 ;python_version >= "3.6"
24
+ mkdocs-material == 8.1.2 ;python_version >= "3.6"
25
25
mkdocs-exclude-search == 0.5.4 ;python_version >= "3.6"
26
- mkdocs-simple-hooks == 0.1.3
26
+ mkdocs-simple-hooks == 0.1.4
27
27
mkdocs-material-extensions == 1.0.3 ;python_version >= "3.6"
28
28
mkdocs-minify-plugin == 0.5.0
You can’t perform that action at this time.
0 commit comments