🔧 更新依赖项,添加 hypercorn 及其相关依赖,修改 README.md 中的图标链接,新增测试文件 test_hypercorn.py

This commit is contained in:
2025-05-16 18:58:03 +08:00
parent efb13340f0
commit add5174e93
4 changed files with 72 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.12",
"hypercorn>=0.17.3",
"loguru>=0.7.3",
"pip>=25.1",
"pydantic>=2.11.3",