mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-10-04 23:26:26 +00:00
🔧 更新 Dockerfile 和 docker-compose 文件,添加配置目录并引入新依赖,重构配置加载功能
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 21s
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 21s
This commit is contained in:
@@ -6,6 +6,8 @@ readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi>=0.115.12",
|
||||
"loguru>=0.7.3",
|
||||
"nonecorn>=0.17.3",
|
||||
"pydantic>=2.11.3",
|
||||
"pyyaml>=6.0.2",
|
||||
"uvicorn>=0.34.2",
|
||||
@@ -14,6 +16,7 @@ dependencies = [
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"mypy>=1.15.0",
|
||||
"pip>=25.1",
|
||||
"pytest>=8.3.5",
|
||||
"ruff>=0.11.7",
|
||||
]
|
||||
|
Reference in New Issue
Block a user