按功能模块拆分API路由到不同文件
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user