15 lines
603 B
Plaintext
15 lines
603 B
Plaintext
Flask==3.0.2
|
|
Flask-SocketIO==5.3.6
|
|
# Production WSGI server
|
|
gunicorn==21.2.0
|
|
# Async backends (optional). On Windows/Python 3.14+ these often have no wheels / compatibility issues.
|
|
eventlet==0.35.2; platform_system != "Windows" and python_version < "3.14"
|
|
gevent==24.2.1; platform_system != "Windows" and python_version < "3.14"
|
|
gevent-websocket==0.10.1; platform_system != "Windows" and python_version < "3.14"
|
|
Flask-SQLAlchemy==3.1.1
|
|
# SQLAlchemy 2.0.27 breaks on Python 3.14 due to typing changes; require a newer 2.0.x.
|
|
SQLAlchemy>=2.0.38
|
|
Flask-Cors==4.0.0
|
|
Flask-Compress==1.14
|
|
python-dotenv==1.0.1
|