Pins flask-socketio to 5.0.1 in pyproject.toml

Also updates the RELEASE.md to document the need to update
the socket.io.min.js file whenever we want to update
flask-socketio to ensure that they are compatible with each
other, failing which, the chat stops works.
This commit is contained in:
Saptak S 2021-05-07 01:23:11 +05:30
parent e067fc2963
commit d421bfa14b
No known key found for this signature in database
GPG key ID: 2D9B32E54C68A3FB
2 changed files with 3 additions and 1 deletions

View file

@ -20,7 +20,7 @@ python = "^3.6"
click = "*"
flask = "*"
flask-httpauth = "*"
flask-socketio = "*"
flask-socketio = "5.0.1"
psutil = "*"
pycryptodome = "*"
pysocks = "*"