aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2022-10-07 14:39:56 +1100
committerMiguel Jacq <mig@mig5.net>2022-10-07 14:39:56 +1100
commita85e0d75cca93010448118befeb86b81ccecf6b4 (patch)
tree1749c4895ca0e609ea9693631ca309b4335a7d17 /desktop/pyproject.toml
parent567b477f527ab8ac2c89d13e05977168116cc444 (diff)
downloadonionshare-a85e0d75cca93010448118befeb86b81ccecf6b4.tar.gz
onionshare-a85e0d75cca93010448118befeb86b81ccecf6b4.zip
Downgrade werkzeug back to 2.0.3 to temporarily deal with the shutdown issue that affects QThread.wait()
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index b82a4c8f..a55a2003 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -11,6 +11,7 @@ onionshare_cli = {path = "../cli", develop = true}
PySide2 = "5.15.2.1"
qrcode = "*"
cx_freeze = "*"
+werkzeug = "~2.0.3"
[tool.poetry.dev-dependencies]
click = "*"