summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSaptak S <saptak013@gmail.com>2020-05-02 02:58:31 +0530
committerSaptak S <saptak013@gmail.com>2020-05-02 02:58:31 +0530
commitc5e418c730c12ced9818e09c5aaecfb7e3e0ed8d (patch)
tree3da6934e2294a956a56fff175c2a86878401c8ce /pyproject.toml
parent380cf94856c5356c476b296fa8155635011e0dd5 (diff)
downloadonionshare-c5e418c730c12ced9818e09c5aaecfb7e3e0ed8d.tar.gz
onionshare-c5e418c730c12ced9818e09c5aaecfb7e3e0ed8d.zip
Adds flask-socketio dependency to poetry
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 53ce5858..c267b7b9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,6 +30,7 @@ urllib3 = "*"
Werkzeug = "*"
watchdog = "*"
psutil = "*"
+flask-socketio = "^4.3.0"
[tool.poetry.dev-dependencies]
atomicwrites = "*"