From 012e0467d570fe1360f9765f6702dc183e20b469 Mon Sep 17 00:00:00 2001 From: Slevin Date: Mon, 13 May 2024 12:52:03 +0800 Subject: [PATCH] lost 'tomli' dependency when python_version < "3.11" (#209) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a7e98ae..1f8c793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ dynamic = [ ] dependencies = [ "pyproject-fmt-rust==1.0.4", + "tomli>=2.0.1; python_version<'3.11'", ] optional-dependencies.docs = [ "furo>=2024.5.6",