Spaces:
Sleeping
Sleeping
| [project] | |
| name = "comfortool" | |
| version = "0.0.1" | |
| requires-python = ">=3.10" | |
| description = "Comfortool - autism-friendly social stories" | |
| dependencies = [ | |
| "fastapi>=0.122.0", | |
| "gradio>=6.0.1", | |
| "mcp>=1.22.0", | |
| "openai>=2.8.1", | |
| "pillow>=12.0.0", | |
| "python-dotenv>=1.2.1", | |
| "requests>=2.32.5", | |
| "uvicorn>=0.38.0", | |
| "mcp>=1.22.0", | |
| "openai>=2.8.1", | |
| ] | |
| [tool.uv] | |
| # uv config can go here if needed (optional) | |