Initial commit
This commit is contained in:
25
requirements-simple.txt
Normal file
25
requirements-simple.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user