aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorNoisyCoil <noisycoil@tutanota.com>2022-10-23 14:09:56 +0200
committerNoisyCoil <noisycoil@tutanota.com>2022-10-23 14:09:56 +0200
commitfadba5506a0b82cf331a106bcccff6478a3fd32d (patch)
tree299e7bfec7ecc0d8403f1719142b9a159b060767 /desktop/pyproject.toml
parente129f739342843468fc3d14a6503ff0acb8ca436 (diff)
downloadonionshare-fadba5506a0b82cf331a106bcccff6478a3fd32d.tar.gz
onionshare-fadba5506a0b82cf331a106bcccff6478a3fd32d.zip
Upgraded desktop/{onionshare,tests} to PySide6
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 bb4ae5f6..166926ec 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}
-PySide2 = "5.15.2.1"
qrcode = "*"
werkzeug = "~2.0.3"
+pyside6 = "^6.4.0"
[tool.poetry.dev-dependencies]
click = "*"