aiosqlite>=0.20.0
tiktoken>=0.7
rapidfuzz>=3.6
numpy>=1.26
click>=8.1
cachetools>=5.3

[all]
evaos[dev,embedding,llm,mcp,server,vec]

[ci]
pytest>=8.0
pytest-asyncio>=0.23
pytest-timeout>=2.3
aiohttp>=3.9
evaos[mcp,server]

[dev]
pytest>=8.0
pytest-asyncio>=0.23
pytest-timeout>=2.3
aiohttp>=3.9
build>=1.0
evaos[mcp,server,vec]

[embedding]
voyageai>=0.3

[llm]
openai>=1.50
anthropic>=0.40
ollama>=0.4

[mcp]
mcp>=1.0

[server]
fastapi>=0.115
uvicorn>=0.30
pydantic>=2.0
httpx>=0.27
python-multipart>=0.0.9
PyJWT>=2.8
sentry-sdk[fastapi]>=2.0

[vec]
sqlite-vec>=0.1.0
