diff --git a/pyproject.toml b/pyproject.toml index 5de277a9..4d6ee769 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,15 +65,15 @@ include = ["djlint", "mypy.ini"] [tool.hatch.build.targets.wheel.hooks.mypyc] dependencies = [ "hatch-mypyc", - # "click", - # "cssbeautifier", - # "jsbeautifier", - # "json5", - # "types-colorama", - # "types-pyyaml", - # "types-regex", - # "types-tqdm", - # "typing-extensions", + "click", + "cssbeautifier", + "jsbeautifier", + "json5", + "types-colorama", + "types-pyyaml", + "types-regex", + "types-tqdm", + "typing-extensions", ] enable-by-default = false exclude = ["djlint/__main__.py"]