14 lines
297 B
TOML
14 lines
297 B
TOML
[project]
|
|
name = "kgone-mock-server"
|
|
version = "0.1.0"
|
|
description = "Mock server for KGOne Gateway — same API surface, no ML models"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"fastapi>=0.110.0",
|
|
"uvicorn[standard]>=0.27.0",
|
|
"python-multipart>=0.0.9",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|