15 lines
308 B
TOML
15 lines
308 B
TOML
[project]
|
|
name = "adk-multiagent-mcp-app"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.115.12",
|
|
"geopy>=2.4.1",
|
|
"google-adk>=1.0.0",
|
|
"google-cloud>=0.34.0",
|
|
"mcp>=1.6.0",
|
|
"uvicorn>=0.34.1",
|
|
]
|