# Core: RepoMap generation（版本锁定：解析器预装，无需运行时下载）
grep-ast==0.9.0
tree-sitter-language-pack==0.13.0
tree-sitter==0.25.2
networkx>=3.4
diskcache>=5.6
tqdm>=4.67

# networkx PageRank 性能依赖（否则回退纯 Python，大仓库极慢）
scipy>=1.16.1
numpy>=2.3

# Git operations
gitpython>=3.1
pathspec>=1.0

# Token counting (via MinimalModel/litellm)
litellm>=1.82

# CLI
configargparse>=1.7
shtab>=1.8

# Terminal UI
rich>=14.0
prompt-toolkit>=3.0

# Config & data formats
pyyaml>=6.0
json5>=0.9

# HTTP (openrouter model info)
requests>=2.32

# Packaging
packaging>=26.0
oslex>=0.1
