Spaces:
Configuration error
Configuration error
| [project] | |
| name = "backend" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "clerk-backend-api>=3.0.5", | |
| "fastapi>=0.116.1", | |
| "langchain>=0.3.26", | |
| "langchain-anthropic>=0.3.17", | |
| "python-dotenv>=1.1.1", | |
| "sqlalchemy>=2.0.41", | |
| "uvicorn>=0.35.0", | |
| ] | |