BodyBalanceEvaluation/backend/requirements_build.txt
2025-08-13 14:17:50 +08:00

24 lines
426 B
Plaintext

# 打包专用依赖文件
# 只包含运行时必需的核心依赖
# Web framework
Flask==2.3.3
Flask-CORS==4.0.0
Flask-SocketIO==5.3.6
# Core dependencies
numpy>=1.24.0
opencv-python>=4.8.0
psutil==5.9.5
requests==2.31.0
python-dateutil==2.8.2
# PyInstaller for building
PyInstaller>=6.10.0
# Optional - only if available
# pykinect_azure # Comment out if not available
# System utilities
colorama==0.4.6
click==8.1.7