支持开发热重载插件,支持独立测试函数

This commit is contained in:
2024-12-17 20:51:42 +08:00
parent 87b18c424b
commit 99c113833e
9 changed files with 211 additions and 14 deletions

View File

@ -25,7 +25,8 @@ dependencies = [
"lxml[html_clean]>=5.3.0",
"aiofiles>=24.1.0",
"sumy>=0.11.0",
"azure-ai-inference>=1.0.0b6"
"azure-ai-inference>=1.0.0b6",
"watchdog>=6.0.0"
]
license = { text = "MIT, Mulan PSL v2" }