build(deps): 更新项目元数据和依赖项
- 将项目名称从 `MaiBot` 更改为 `MoFox-Bot` - 将 Python 版本要求提升至 `>=3.11` - 调整 `rjieba` 依赖版本
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[project]
|
||||
name = "MaiBot"
|
||||
name = "MoFox-Bot"
|
||||
version = "0.8.1"
|
||||
description = "MaiCore 是一个基于大语言模型的可交互智能体"
|
||||
requires-python = ">=3.10"
|
||||
description = "MoFox-Bot 是一个基于大语言模型的可交互智能体"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"aiohttp>=3.12.14",
|
||||
"aiohttp-cors>=0.8.1",
|
||||
@@ -21,7 +21,7 @@ dependencies = [
|
||||
"google>=3.0.0",
|
||||
"google-genai>=1.29.0",
|
||||
"httpx>=0.28.1",
|
||||
"rjieba>=0.42.1",
|
||||
"rjieba>=0.1.13",
|
||||
"json-repair>=0.47.6",
|
||||
"json5>=0.12.1",
|
||||
"jsonlines>=4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user