# Linux Setting Scripts - Python Package Requirements # 此文件鎖定關鍵 Python 包的版本以確保穩定性 # 基礎依賴 (用於相容性) setuptools # 終端增強工具 (固定到最新 master commit 以支援 Python 3.12+) # 使用特定 commit hash 確保版本穩定性 git+https://github.com/nvbn/thefuck.git@c7e7e1d884d3bb241ea6448f72a989434c2a35ec # 文件管理器 ranger-fm==1.9.3 # 系統監控工具 s-tui==1.1.4 # 可選:其他常用工具 # ipython==8.18.1 # black==23.12.1 # flake8==7.0.0 # pytest==7.4.4