Add mimify_html

This commit is contained in:
digitalstudium 2024-01-20 15:07:43 +03:00
parent 98912ac09b
commit 1bd46b2105
2 changed files with 2 additions and 0 deletions

1
franca.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import csv import csv
import os import os
import shutil import shutil

View File

@ -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