aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-05-30 13:37:04 -0700
committerMicah Lee <micah@micahflee.com>2022-05-30 13:37:04 -0700
commit8dd354f03926e44fa6ab40f89cfb62e3b9643412 (patch)
tree7eba9683342e7436730849c7c09db50e0df452b3 /desktop/pyproject.toml
parentbeb9989b80a299d7d3953412a4502eec27c5c227 (diff)
downloadonionshare-8dd354f03926e44fa6ab40f89cfb62e3b9643412.tar.gz
onionshare-8dd354f03926e44fa6ab40f89cfb62e3b9643412.zip
Switch to pyside2 5.12.2.1, to allow building with python 3.10
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 6c77e4cf..4ce120e1 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -6,9 +6,9 @@ authors = ["Micah Lee <micah@micahflee.com>"]
license = "GPLv3+"
[tool.poetry.dependencies]
-python = ">=3.6.2,<3.10"
+python = ">=3.6.2,<3.11"
onionshare_cli = {path = "../cli", develop = true}
-PySide2 = "5.15.2"
+PySide2 = "5.15.2.1"
qrcode = "*"
cx_freeze = "*"