Skip to content

Commit

Permalink
Pin EngineIO version to fix socketio issue (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
czgu authored Dec 9, 2020
1 parent 05bb152 commit 2ceed85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ alembic==1.0.3

gevent-websocket==0.10.1
flask-socketio==4.2.0
python-socketio==4.4.0 # Needed for flask-socketio, strange bug in 4.5.0 that prevented SocketIO from connecting
# Pinning the version down, waiting for flask-socketio to update
# to version 5
python-socketio==4.4.0
python-engineio==3.14.2


# Querying
# Hive/Presto
Expand Down

0 comments on commit 2ceed85

Please sign in to comment.