numpy>=1.21.0
scipy>=1.7.0
aiohttp>=3.8.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
typer>=0.9.0
rich>=13.0.0

[all]
wuya-agents[llm,rag,server]

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0
ruff>=0.1.0

[llm]
openai>=1.0.0
anthropic>=0.8.0
tiktoken>=0.5.0

[rag]
chromadb>=0.4.0

[server]
fastapi>=0.100.0
uvicorn>=0.23.0
