Files
banban/mini-program/requirements.txt
HycJack a22fcafea9 新增小程序后端代码,包括数据库、路由、服务层等。
小程序前后端打通,包括登录、注册、绑定设备、查询绑定信息,修改小朋友名称等功能。
2026-04-13 01:54:57 +08:00

11 lines
188 B
Plaintext

fastapi==0.135.3
uvicorn[standard]==0.44.0
pydantic-settings==2.8.1
python-dotenv==1.0.1
SQLAlchemy==2.0.38
PyMySQL==1.1.1
PyJWT==2.10.1
httpx==0.28.1
pytest==8.3.4
pytest-asyncio==0.24.0