ShantiView / backend /pyproject.toml
Shouvik599
revert to mlp voice model
ddf4091
raw
history blame contribute delete
828 Bytes
[project]
name = "shantiview-backend"
version = "2.0.0"
description = "ShantiView AI Wellness Assistant - FastAPI Backend with LangGraph Multi-Agent System"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.115.0",
"uvicorn>=0.32.0",
"python-dotenv>=1.0.0",
"pydantic>=2.0.0",
"langchain-nvidia-ai-endpoints>=0.3.0",
"langgraph>=0.2.0",
"langchain-core>=0.3.0",
"python-multipart>=0.0.12",
"httpx>=0.27.0",
"joblib>=1.4.0",
"numpy>=1.26.0",
"opencv-python-headless>=4.10.0",
"librosa>=0.10.0",
"soundfile>=0.12.0",
"scikit-learn>=1.5.0",
"Pillow>=11.0.0",
"aiohttp>=3.10.0",
"deepface>=0.0.93",
]
[dependency-groups]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.24.0",
"ruff>=0.7.0",
]
[tool.hatch.build.targets.wheel]
packages = ["app"]