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