工具助手添加

This commit is contained in:
2025-12-25 18:04:10 +08:00
parent f4bc9f6dab
commit 98081456b7
31 changed files with 4306 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Flask 核心
Flask==3.0.0
Flask-CORS==4.0.0
# HTTP 客户端
requests==2.31.0
httpx==0.25.2
# 数据库
Flask-SQLAlchemy==3.1.1
# 工具
python-dotenv==1.0.0