修复内容: - 完善tag_generator.py的generate_description方法 - 优化index_new.html首页图标CSS - 更新templates/admin登录页面和后台模板 - 完善config.py配置 - 更新requirements.txt依赖列表 - 优化.gitignore规则 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
17 lines
282 B
Plaintext
17 lines
282 B
Plaintext
Flask==3.0.0
|
|
Flask-SQLAlchemy==3.1.1
|
|
Flask-Admin==1.6.1
|
|
Flask-Login==0.6.3
|
|
pymysql==1.1.0
|
|
python-dotenv==1.0.0
|
|
Werkzeug==3.0.1
|
|
cryptography==41.0.7
|
|
WTForms==2.3.3
|
|
requests==2.31.0
|
|
beautifulsoup4==4.12.2
|
|
Pillow>=10.2.0
|
|
openai>=1.0.0
|
|
gunicorn==21.2.0
|
|
pypinyin==0.51.0
|
|
markdown==3.5.1
|