8dd1cf326d
- 基于 VeighNa 4.4.0 的二次开发基础 - 建立项目目录结构(sanguo_trader/sanguo_research/sanguo_data/sanguo_common) - 配置开发工作流文档和 Git 模板 - 设置 GitHub Flow 分支策略 - 添加依赖管理文件 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
25 lines
327 B
Plaintext
25 lines
327 B
Plaintext
# Sanguo VeighNa - Development Dependencies
|
|
|
|
-r base.txt
|
|
|
|
# Testing
|
|
pytest>=7.0.0
|
|
pytest-cov>=4.0.0
|
|
pytest-mock>=3.10.0
|
|
pytest-qt>=4.2.0
|
|
|
|
# Code Quality
|
|
ruff>=0.1.0
|
|
mypy>=1.5.0
|
|
black>=23.0.0
|
|
isort>=5.12.0
|
|
|
|
# Documentation
|
|
sphinx>=7.0.0
|
|
sphinx-rtd-theme>=1.3.0
|
|
|
|
# Development Tools
|
|
ipython>=8.0.0
|
|
ipdb>=0.13.0
|
|
pre-commit>=3.0.0
|