26 lines
397 B
Plaintext
26 lines
397 B
Plaintext
# Core Flask dependencies
|
|
Flask==2.3.3
|
|
Flask-SQLAlchemy==3.0.5
|
|
Flask-CORS==4.0.0
|
|
Flask-Login==0.6.3
|
|
Flask-JWT-Extended==4.5.2
|
|
Flask-Bcrypt==1.0.1
|
|
Werkzeug==2.3.7
|
|
|
|
# Database
|
|
PyMySQL==1.1.0
|
|
cryptography==41.0.4
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.0
|
|
|
|
# Scheduling
|
|
APScheduler==3.10.4
|
|
|
|
# Production server
|
|
gunicorn==21.2.0
|
|
|
|
# Optional: Use pre-compiled pandas if needed
|
|
# pandas==2.1.1
|
|
# openpyxl==3.1.2
|