typer>=0.12
rich>=13.0
pydantic>=2.0
networkx>=3.0
jinja2>=3.1
numpy>=1.24
pandas>=2.0
scikit-learn>=1.3
joblib>=1.3

[all]
tree-sitter>=0.21
tree-sitter-language-pack>=0.2
fastapi>=0.110
uvicorn[standard]>=0.27
xgboost>=2.0
lightgbm>=4.0
python-dotenv>=1.0

[dev]
pytest>=7.4
pytest-cov>=4.1

[env]
python-dotenv>=1.0

[ml]
xgboost>=2.0
lightgbm>=4.0

[parsers]
tree-sitter>=0.21
tree-sitter-language-pack>=0.2

[server]
fastapi>=0.110
uvicorn[standard]>=0.27
