File size: 298 Bytes
28a52dc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [project]
name = "assistant"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.135.1",
"httpx>=0.28.1",
"nanoid>=2.0.0",
"openai>=2.26.0",
"pydantic>=2.12.5",
"python-dotenv>=1.2.2",
"uvicorn>=0.41.0",
]
|