aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-10-07 06:54:28 +0800
committer简律纯 <i@jyunko.cn>2023-10-07 06:54:28 +0800
commit0b3a4050d98812a517f2d31fdc33ca9e826d424b (patch)
treeaa30a5a28db75b723c18617907c5212b64af27ec /pyproject.toml
parent991fd7a6d67ee017c57beaaa21fc31c4bee7944d (diff)
downloadinfini-0b3a4050d98812a517f2d31fdc33ca9e826d424b.tar.gz
infini-0b3a4050d98812a517f2d31fdc33ca9e826d424b.zip
fix: no module named 'pkg-resources'
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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"