Files
models-deploy/pyproject.toml
2026-03-21 17:04:05 +08:00

13 lines
286 B
TOML

[project]
name = "models-deploy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"sglang[all]",
]
[tool.uv.sources]
sglang = { git = "https://github.com/sgl-project/sglang.git", subdirectory = "python" }