Files

11 lines
218 B
TOML
Raw Permalink Normal View History

2025-07-31 16:22:22 +02:00
[project]
name = "python-ai-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"google-genai==1.12.1",
"python-dotenv==1.1.0",
]