summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: e7d3f79c540824f8437164d6ba849899391d803b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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",
    "pymysql>=1.1.1",
    "requests>=2.32.3",
    "sqlalchemy>=2.0.38",
]