mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Merge branch 'pin-flask-socketio' of https://github.com/SaptakS/onionshare into SaptakS-pin-flask-socketio
This commit is contained in:
commit
66b27b863e
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ Before making a release, you must update the version in these places:
|
|||
- [ ] `docs/source/conf.py` (`version` at the top, and the `versions` list too)
|
||||
- [ ] `snap/snapcraft.yaml`
|
||||
|
||||
If you update flask-socketio, ensure that you also update the [socket.io.min.js](https://github.com/micahflee/onionshare/blob/develop/cli/onionshare_cli/resources/static/js/socket.io.min.js) file to a version that is [supported](https://flask-socketio.readthedocs.io/en/latest/#version-compatibility) by the updated version of flask-socketio.
|
||||
|
||||
Use tor binaries from the latest Tor Browser:
|
||||
|
||||
- [ ] `desktop/scripts/get-tor-osx.py`
|
||||
|
|
|
@ -20,7 +20,7 @@ python = "^3.6"
|
|||
click = "*"
|
||||
flask = "*"
|
||||
flask-httpauth = "*"
|
||||
flask-socketio = "*"
|
||||
flask-socketio = "5.0.1"
|
||||
psutil = "*"
|
||||
pycryptodome = "*"
|
||||
pysocks = "*"
|
||||
|
|
Loading…
Reference in a new issue