Spaces:
Sleeping
Sleeping
| [project] | |
| name = "backend" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "fastapi[all]>=0.128.1", | |
| "openai>=2.16.0", | |
| "pydantic>=2.12.5", | |
| "python-dotenv>=1.2.1", | |
| "uvicorn>=0.40.0", | |
| ] | |