Phase 0: 專案初始化 - 建立專案結構、環境設定與 LLM 服務模組

This commit is contained in:
2025-12-12 12:53:24 +08:00
commit 177e8e8fe9
11 changed files with 352 additions and 0 deletions

7
requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
flask>=3.0.0
flask-sqlalchemy>=3.1.0
flask-login>=0.6.3
python-dotenv>=1.0.0
pymysql>=1.1.0
cryptography>=41.0.0
requests>=2.31.0