27 lines
456 B
Plaintext
Executable File
27 lines
456 B
Plaintext
Executable File
# eamco_deploy dependencies
|
|
# Flask web framework
|
|
Flask==3.1.0
|
|
Flask-SQLAlchemy==3.1.1
|
|
Flask-Session==0.8.0
|
|
Flask-Login==0.6.3
|
|
Flask-Moment==1.0.6
|
|
Flask-Paranoid==0.3.0
|
|
Flask-Bcrypt==1.0.1
|
|
flask-cors==5.0.1
|
|
flask-marshmallow==1.3.0
|
|
Flask-WTF==1.2.2
|
|
Flask-Mail==0.10.0
|
|
|
|
# Server
|
|
gunicorn==23.0.0
|
|
|
|
# Database
|
|
SQLAlchemy==2.0.40
|
|
psycopg2-binary==2.9.10
|
|
marshmallow-sqlalchemy==1.4.2
|
|
|
|
# Utilities
|
|
python-dateutil==2.9.0.post0
|
|
python-dotenv==1.1.0
|
|
redis==6.0.0
|