refactor: integrate model platform backend

This commit is contained in:
Winnie
2026-07-30 13:43:29 +08:00
parent baee7a60e1
commit 6d6c70cea8
97 changed files with 19724 additions and 2146 deletions
+10 -20
View File
@@ -1,31 +1,21 @@
[project]
name = "runtime"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "tao.chen", email = "93983997+taochen-ct@users.noreply.github.com" }
]
version = "0.2.0"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.140.0",
"loguru>=0.7.3",
"notebook>=7.6.1",
"pydantic>=2.13.4",
"uvicorn>=0.51.0",
"common",
"fastapi==0.116.1",
"uvicorn[standard]==0.35.0",
"httpx==0.28.1",
"redis==5.2.1",
]
[project.scripts]
runtime = "runtime:main"
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
default = true
[tool.uv.sources]
common = { workspace = true }
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/runtime"]