From 9112cb64851c95a7802358af285d21ad8b7f6437 Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 24 Dec 2024 15:50:13 +0300 Subject: [PATCH] fix mypyc --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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"]