From 0b3a4050d98812a517f2d31fdc33ca9e826d424b Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 7 Oct 2023 06:54:28 +0800 Subject: fix: no module named 'pkg-resources' --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 0f13fe28..2365388a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dependencies = [ "mkdocs-redirects>=1.2.1", "mike>=1.1.2", "mkdocstrings>=0.23.0", + "distribute>=0.7.3", ] requires-python = ">=3.8" readme = "README.md" -- cgit v1.2.3-70-g09d2