Files
2026-07-13 21:36:32 +08:00

16 lines
373 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Code Mentor - Python 依赖
# 以下为脚本功能的可选增强
# 技能本身无需这些依赖即可完美运行!
# 用于代码分析(analyze_code.py
pylint>=2.15.0
# 用于测试(run_tests.py
pytest>=7.2.0
# 用于更好的输出格式化
colorama>=0.4.6
# 注意:JavaScript 测试需要 Jest(通过 npm 安装)
# npm install --save-dev jest