Files

11 lines
211 B
TOML
Raw Permalink Normal View History

2026-05-23 12:26:08 -05:00
[project]
name = "einstein"
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",
]