- Database schema with MySQL support - LLM API integration (Gemini 2.5 Flash, DeepSeek, OpenAI) - Error handling with copyable error messages - CORS fix for API calls - Complete setup documentation 🤖 Generated with Claude Code https://claude.com/claude-code Co-Authored-By: Claude <noreply@anthropic.com>
24 lines
322 B
Plaintext
24 lines
322 B
Plaintext
# Flask and Web Framework
|
|
Flask==3.0.0
|
|
flask-cors==4.0.0
|
|
Werkzeug==3.0.1
|
|
|
|
# Database
|
|
pymysql==1.1.0
|
|
cryptography==41.0.7
|
|
|
|
# Environment Variables
|
|
python-dotenv==1.0.0
|
|
|
|
# HTTP Requests
|
|
requests==2.31.0
|
|
|
|
# Version Control
|
|
gitpython==3.1.40
|
|
|
|
# Development Tools
|
|
pytest==7.4.3
|
|
pytest-flask==1.3.0
|
|
black==23.12.1
|
|
flake8==7.0.0
|