Files
iotDashboard/services/gpt_service/pyproject.toml

14 lines
288 B
TOML

[project]
name = "gpt-service"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.121.0",
"openai>=2.6.1",
"pydantic>=2.12.3",
"uvicorn[standard]>=0.24.0",
"python-dotenv>=1.2.1",
]