Files
ocean/backend/requirements.txt
T
2026-01-31 11:02:59 +08:00

10 lines
219 B
Plaintext

# 项目管理系统 API(依据产品文档与 API 文档)
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
# 测试
pytest>=7.4.0
httpx>=0.25.0
# 后续:数据库
# python-dotenv>=1.0.0
# mysql-connector-python>=8.0.0