按功能模块拆分API路由到不同文件

This commit is contained in:
shuohigh@gmail.com
2025-05-19 15:02:34 +08:00
parent c21e999188
commit 668a5a33d4
20 changed files with 708 additions and 629 deletions

View File

@@ -41,7 +41,11 @@ license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.optional-dependencies]
cli = ["twine>=6.1.0"]
cli = [
"gunicorn>=23.0.0",
"twine>=6.1.0",
"uvicorn[standard]>=0.34.2",
]
[build-system]
requires = ["hatchling >= 1.26"]