Skip to content

Commit 6468adf

Browse files
Update requirements.txt
1 parent 004f480 commit 6468adf

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

requirements.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
Flask
2-
Flask-SQLAlchemy
3-
Flask-Cors
1+
flask_sqlalchemy
2+
flask==2.3.3
3+
flask-socketio==5.3.2
4+
flask-limiter==2.8.1
5+
redis==5.0.0 # For Redis rate-limiting backend
6+
python-engineio==4.3.4
7+
python-socketio==5.8.0
8+
eventlet==0.33.3 # Optional: For async WebSocket handling
9+
gunicorn

0 commit comments

Comments
 (0)