| [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", | |
| ] | |