Skip to content

Commit bd0b3b6

Browse files
authored
Merge pull request #93 from mrf345/staging
Chore: replace unmaintained htmlmin with fork
2 parents 9dfa6f0 + 475ef70 commit bd0b3b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_minify/about.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.42"
1+
__version__ = "0.43"
22
__doc__ = "Flask extension to minify html, css, js and less."
33
__license__ = "MIT"
44
__author__ = "Mohamed Feddad"

requirements/main.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
six
22
flask
33
lesscpy
4-
htmlmin
4+
htmlminf
55
jsmin
66
xxhash
77
rcssmin

0 commit comments

Comments
 (0)