Skip to content

Commit 59748ac

Browse files
committed
fix mypyc
1 parent d91c025 commit 59748ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ include = ["djlint", "mypy.ini"]
6464

6565
[tool.hatch.build.targets.wheel.hooks.mypyc]
6666
dependencies = [
67-
"click",
6867
"hatch-mypyc",
68+
"click",
69+
"cssbeautifier",
70+
"jsbeautifier",
6971
"json5",
7072
"types-colorama",
7173
"types-pyyaml",

0 commit comments

Comments
 (0)