Files
dashboard/backend/requirements.txt
T
yangy 1a6c96da8c Add OTA package upload functionality and UI enhancements
- Introduced a new endpoint for uploading OTA packages in backend/routes/ota.py.
- Implemented file handling and MD5 checksum calculation for OTA packages.
- Updated frontend API to support OTA package uploads with a new uploadOtaPackage function.
- Enhanced the OTA management UI to include file upload options and improved layout.
- Updated requirements.txt to include boto3 for S3 interactions.
- Made various UI adjustments for better user experience and consistency.
2026-05-15 17:34:54 +08:00

12 lines
195 B
Plaintext

fastapi==0.104.1
sqlalchemy==2.0.23
pymysql==1.1.1
cryptography==41.0.7
pydantic==2.5.2
uvicorn==0.24.0
python-dotenv==1.0.0
requests==2.31.0
python-multipart==0.0.6
PyJWT==2.8.0
boto3==1.34.162