init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[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" }
|
||||
]
|
||||
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",
|
||||
]
|
||||
|
||||
[[tool.uv.index]]
|
||||
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
||||
default = true
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.11.31,<0.12.0"]
|
||||
build-backend = "uv_build"
|
||||
Reference in New Issue
Block a user