aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorNoisyCoil <noisycoil@tutanota.com>2022-12-30 22:23:52 +0100
committerNoisyCoil <noisycoil@tutanota.com>2022-12-30 22:23:52 +0100
commitc2fd95c29e6eebc401e202c83221f2498b4916af (patch)
treeb264a3b31cd32227ec44ef700c18bc0c7f8cb13b /desktop/pyproject.toml
parente3613c39fe2750a1a70782d28aac68ed0e909b49 (diff)
downloadonionshare-c2fd95c29e6eebc401e202c83221f2498b4916af.tar.gz
onionshare-c2fd95c29e6eebc401e202c83221f2498b4916af.zip
Reverted to using Tor Browser's binaries, universal binaries (MacOS)
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 073da182..6d4957a4 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -8,9 +8,9 @@ license = "GPLv3+"
[tool.poetry.dependencies]
python = ">=3.7,<3.11"
onionshare_cli = {path = "../cli", develop = true}
+PySide6 = "6.4.0"
qrcode = "*"
werkzeug = "~2.0.3"
-pyside6 = "^6.4.0"
[tool.poetry.dev-dependencies]
click = "*"