# ============================================ # 沃林学生管理系统 - Python 依赖 # Python 3.11+ # ============================================ # Web 框架与服务器 fastapi>=0.115.0 uvicorn[standard]>=0.30.0 # ORM 与数据校验 sqlalchemy>=2.0.0 pydantic>=2.0.0 # 表单支持 python-multipart>=0.0.5 # MySQL 驱动与认证加密(caching_sha2_password 需要) pymysql>=1.1.0 cryptography>=42.0.0