Files
template/requirements/development.txt

20 lines
254 B
Plaintext
Raw Normal View History

2025-12-21 00:20:27 +08:00
# 开发依赖 - 开发工具
# 包含base.txt的所有依赖
-r base.txt
# 代码格式化
black>=23.0.0
isort>=5.12.0
# 代码检查
flake8>=6.0.0
pylint>=2.17.0
# 类型检查
mypy>=1.0.0
# 调试工具
flask-debugtoolbar>=0.13.0
ipython>=8.12.0