aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-11-06 02:05:14 +0800
committer简律纯 <i@jyunko.cn>2023-11-06 02:05:14 +0800
commit70c118d37cd784861bec712000d7014302591256 (patch)
treec180ff4e252e65e8ec62c28fb6237d8801ca5d21 /pyproject.toml
parent1fc06e39cf5d483921655a8e859b4e80a40d692b (diff)
downloadHydroRoll-70c118d37cd784861bec712000d7014302591256.tar.gz
HydroRoll-70c118d37cd784861bec712000d7014302591256.zip
fix(site): 修复了错误的主题索引
chore(site): 删除了无用主题文件
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 de8c164..b76ae5d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,6 +14,7 @@ dependencies = [
"randomgen>=1.26.0",
"jieba>=0.42.1",
"scikit-learn>=1.3.1",
+ "requests>=2.31.0",
]
requires-python = ">=3.8"
readme = "README.md"