feat: 初始化考培练系统项目
- 从服务器拉取完整代码 - 按框架规范整理项目结构 - 配置 Drone CI 测试环境部署 - 包含后端(FastAPI)、前端(Vue3)、管理端 技术栈: Vue3 + TypeScript + FastAPI + MySQL
This commit is contained in:
18
backend/requirements-dev.txt
Normal file
18
backend/requirements-dev.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
-r requirements.txt
|
||||
|
||||
# 测试
|
||||
pytest==7.4.3
|
||||
pytest-asyncio==0.21.1
|
||||
pytest-cov==4.1.0
|
||||
# 统一 httpx 版本到 requirements.txt(0.24.1),避免冲突
|
||||
|
||||
# 代码质量
|
||||
black==23.11.0
|
||||
isort==5.12.0
|
||||
flake8==6.1.0
|
||||
mypy==1.7.1
|
||||
pylint==3.0.2
|
||||
|
||||
# 开发工具
|
||||
ipython==8.17.2
|
||||
watchdog==3.0.0
|
||||
Reference in New Issue
Block a user