From 2d096eff4d2a74531e63c9aa300030ceddb0d95b Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 17 Jan 2026 13:45:39 +0800 Subject: [PATCH] Add tqdm as dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cc034c..f467f1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,8 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "jinja2", - "bleach" + "bleach", + "tqdm" ] [project.optional-dependencies]