11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
# 项目管理系统 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
|