19 lines
383 B
TOML
19 lines
383 B
TOML
[project]
|
|
name = "llm"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "Anibal Angulo", email = "a8065384@banorte.com" }
|
|
]
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"google-genai>=1.20.0",
|
|
"pydantic>=2.11.7",
|
|
"tenacity>=9.1.2",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.8.3,<0.9.0"]
|
|
build-backend = "uv_build"
|