summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: c13fff925304605e40203ac419d521553bcb9955 (plain)
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "genai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "google-genai>=1.2.0",
    "pydantic>=2.10.6",
    "requests>=2.32.3",
]