MicrositePilot / pyproject.toml
devesh1011
code changes
4b0553d
raw
history blame contribute delete
484 Bytes
[project]
name = "micrositepilot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"agno>=1.5.10",
"fastapi>=0.115.12",
"google>=3.0.0",
"google-genai>=1.19.0",
"gradio>=5.33.0",
"langsmith>=0.3.45",
"netlify-python>=0.3.2",
"openinference-instrumentation-agno>=0.1.6",
"opentelemetry-exporter-otlp>=1.34.1",
"opentelemetry-sdk>=1.34.1",
"python-dotenv>=1.1.0",
]