fastapi>=0.120.0
uvicorn[standard]>=0.38.0
pydantic>=2.12.5
fastmcp>=2.13.3
mcp>=1.23.0
sentence-transformers>=3.3.1
chromadb>=1.3.5
alembic>=1.17.2
sqlalchemy>=2.0.0
authlib>=1.6.5
urllib3>=2.6.0
filelock>=3.16.2

[dashboard]
flask>=3.0
httpx>=0.27

[dev]
pytest>=7.0.0
pytest-asyncio
black
isort
flake8
autoflake
mypy

[test]
pytest>=7.0.0
pytest-asyncio
pytest-cov
