33 lines
596 B
TOML
33 lines
596 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",
|
|
"gunicorn>=23.0",
|
|
"httpx>=0.28.1",
|
|
"httpx-kerberos>=0.1.2",
|
|
"loguru>=0.7.3",
|
|
"pydantic>=2.13.4",
|
|
"pydantic-core>=2.46.4",
|
|
"sqlparse>=0.5.0",
|
|
"uvicorn>=0.49.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=8.0",
|
|
"pytest-mock>=3.14",
|
|
]
|
|
|
|
[tool.uv]
|
|
environments = [
|
|
"sys_platform == 'darwin'",
|
|
"sys_platform == 'linux'",
|
|
]
|
|
|
|
[[tool.uv.index]]
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
|
default = true
|