17 lines
386 B
TOML
17 lines
386 B
TOML
[project]
|
|
name = "ge-migration-agent"
|
|
version = "0.1.0"
|
|
description = "Seamlessly migrate your low-code agents and NotebookLM notebooks to Gemini Enterprise."
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"google-adk",
|
|
"google-auth>=2.20.0",
|
|
"google-cloud-storage>=2.10.0",
|
|
"python-dotenv>=1.0.0",
|
|
"requests>=2.31.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|