18 lines
354 B
TOML
18 lines
354 B
TOML
[project]
|
|
name = "spark-executor-mcp"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.138.0",
|
|
"fastapi-mcp>=0.4.0",
|
|
"httpx>=0.28.1",
|
|
"loguru>=0.7.3",
|
|
"pydantic>=2.13.4",
|
|
"pydantic-core>=2.46.4",
|
|
"uvicorn>=0.49.0",
|
|
]
|
|
|
|
[[tool.uv.index]]
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
|
default = true
|