补上缺失的依赖
This commit is contained in:
@@ -25,6 +25,7 @@ dependencies = [
|
|||||||
"python-dotenv>=1.1.1",
|
"python-dotenv>=1.1.1",
|
||||||
"python-multipart>=0.0.20",
|
"python-multipart>=0.0.20",
|
||||||
"python-levenshtein",
|
"python-levenshtein",
|
||||||
|
"pytz>=2024.1", # Babel 的依赖,需要显式声明
|
||||||
"quick-algo>=0.1.4",
|
"quick-algo>=0.1.4",
|
||||||
"rich>=14.0.0",
|
"rich>=14.0.0",
|
||||||
"ruff>=0.12.2",
|
"ruff>=0.12.2",
|
||||||
@@ -67,7 +68,7 @@ select = [
|
|||||||
"B", # flake8-bugbear
|
"B", # flake8-bugbear
|
||||||
]
|
]
|
||||||
|
|
||||||
ignore = ["E711","E501"]
|
ignore = ["E711", "E501"]
|
||||||
|
|
||||||
[tool.ruff.format]
|
[tool.ruff.format]
|
||||||
docstring-code-format = true
|
docstring-code-format = true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
Babel>=2.17.0
|
||||||
aiohttp-cors>=0.8.1
|
aiohttp-cors>=0.8.1
|
||||||
aiohttp>=3.12.14
|
aiohttp>=3.12.14
|
||||||
Babel>=2.17.0
|
|
||||||
colorama>=0.4.6
|
colorama>=0.4.6
|
||||||
faiss-cpu>=1.11.0
|
faiss-cpu>=1.11.0
|
||||||
fastapi>=0.116.0
|
fastapi>=0.116.0
|
||||||
@@ -10,6 +10,7 @@ json-repair>=0.47.6
|
|||||||
maibot-plugin-sdk>=1.2.3
|
maibot-plugin-sdk>=1.2.3
|
||||||
maim-message>=0.6.2
|
maim-message>=0.6.2
|
||||||
matplotlib>=3.10.3
|
matplotlib>=3.10.3
|
||||||
|
msgpack>=1.1.2
|
||||||
numpy>=2.2.6
|
numpy>=2.2.6
|
||||||
openai>=1.95.0
|
openai>=1.95.0
|
||||||
pandas>=2.3.1
|
pandas>=2.3.1
|
||||||
@@ -20,6 +21,7 @@ pypinyin>=0.54.0
|
|||||||
python-dotenv>=1.1.1
|
python-dotenv>=1.1.1
|
||||||
python-levenshtein
|
python-levenshtein
|
||||||
python-multipart>=0.0.20
|
python-multipart>=0.0.20
|
||||||
|
pytz>=2024.1
|
||||||
quick-algo>=0.1.4
|
quick-algo>=0.1.4
|
||||||
rich>=14.0.0
|
rich>=14.0.0
|
||||||
ruff>=0.12.2
|
ruff>=0.12.2
|
||||||
@@ -31,5 +33,4 @@ toml>=0.10.2
|
|||||||
tomlkit>=0.13.3
|
tomlkit>=0.13.3
|
||||||
urllib3>=2.5.0
|
urllib3>=2.5.0
|
||||||
uvicorn>=0.35.0
|
uvicorn>=0.35.0
|
||||||
msgpack>=1.1.2
|
watchfiles>=1.1.1
|
||||||
watchfiles>=1.1.1
|
|
||||||
Reference in New Issue
Block a user