diff options
| author | 2023-11-06 02:05:14 +0800 | |
|---|---|---|
| committer | 2023-11-06 02:05:14 +0800 | |
| commit | 70c118d37cd784861bec712000d7014302591256 (patch) | |
| tree | c180ff4e252e65e8ec62c28fb6237d8801ca5d21 /pyproject.toml | |
| parent | 1fc06e39cf5d483921655a8e859b4e80a40d692b (diff) | |
| download | HydroRoll-70c118d37cd784861bec712000d7014302591256.tar.gz HydroRoll-70c118d37cd784861bec712000d7014302591256.zip | |
fix(site): 修复了错误的主题索引
chore(site): 删除了无用主题文件
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
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" |
