This commit is contained in:
27942
2026-01-16 09:54:02 +08:00
parent 08450d85b2
commit 186d5ff133
1061 changed files with 137634 additions and 714 deletions

13
requirements_https.txt Normal file
View File

@@ -0,0 +1,13 @@
# 微信小程序 HTTPS 后端依赖
# Flask 版本
Flask==3.0.0
flask-cors==4.0.0
# FastAPI 版本(可选)
fastapi==0.104.1
uvicorn[standard]==0.24.0
# 其他常用依赖
requests==2.31.0
python-dotenv==1.0.0