Spaces:
Configuration error
Configuration error
File size: 347 Bytes
6ef9f78 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [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",
]
|