Files
Akern-Genai/pyproject.toml
Matteo Rosati 6546853464 working version
2026-01-20 09:46:21 +01:00

16 lines
326 B
TOML

[project]
name = "genai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.128.0",
"fastapi-sse>=1.1.1",
"google-genai>=1.59.0",
"jinja2>=3.1.6",
"pydantic>=2.12.5",
"python-dotenv>=1.2.1",
"uvicorn>=0.40.0",
]