init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user