Skip to content

Commit d6186f3

Browse files
authored
fix: pin minify-html to <0.16 (#70)
See wilsonzlin/minify-html#225
1 parent d9decca commit d6186f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
]
1717
dependencies = [
1818
'sphinx',
19-
'minify-html',
19+
'minify-html<0.16',
2020
'jsmin',
2121
'cssmin',
2222
'jinja2',

0 commit comments

Comments
 (0)