typer>=0.12.0
rich>=13.0.0
sqlmodel>=0.0.16
httpx>=0.27.0

[ai]
ollama<1.0,>=0.2.0
chromadb<0.6.0,>=0.4.24
sentence-transformers>=2.5.1

[dev]
codeguardian[full]
pytest>=8.0.0
pytest-asyncio>=0.23.0
ruff>=0.4.0

[full]
codeguardian[ai,scan,server,ui]

[scan]
tree-sitter>=0.21.0
tree-sitter-python>=0.21.0
tree-sitter-javascript>=0.21.0
tree-sitter-java>=0.21.0

[server]
fastapi>=0.110.0
uvicorn>=0.29.0

[ui]
playwright>=1.42.0
