Add mimify_html
This commit is contained in:
parent
98912ac09b
commit
1bd46b2105
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
import csv
|
import csv
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|
|
@ -3,6 +3,7 @@ fire==0.5.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
markdown2==2.4.9
|
markdown2==2.4.9
|
||||||
MarkupSafe==2.1.3
|
MarkupSafe==2.1.3
|
||||||
|
minify_html==0.15.0
|
||||||
Pillow==10.0.0
|
Pillow==10.0.0
|
||||||
Pygments==2.15.1
|
Pygments==2.15.1
|
||||||
pyinstaller==5.13.0
|
pyinstaller==5.13.0
|
||||||
|
|
Loading…
Reference in New Issue