后端第一步开发完成,第一版回归测试完成

This commit is contained in:
Your Name
2026-01-31 19:09:48 +08:00
parent 11cef531bd
commit c9e75030af
26 changed files with 1686 additions and 184 deletions
+5 -4
View File
@@ -1,9 +1,10 @@
# 项目管理系统 API(依据产品文档与 API 文档)
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
# 测试
python-dotenv>=1.0.0
mysql-connector-python>=8.0.0
passlib[bcrypt]>=1.7.4
xlrd>=2.0.0
# 测试(由测试工程师维护)
pytest>=7.4.0
httpx>=0.25.0
# 后续:数据库
# python-dotenv>=1.0.0
# mysql-connector-python>=8.0.0