aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-06-20 09:14:26 -0700
committerMicah Lee <micah@micahflee.com>2022-06-20 09:14:26 -0700
commita447423049b9d8b5fbeb58d83f14d875c4f5ec22 (patch)
treea238101013434e91f5de6b3731a6570a6693b2f6 /desktop/pyproject.toml
parentf572623528b643926e00837647e692ba865fd7be (diff)
parent0e5b9bbf6b644956a77d0cab00046185f9db7c9c (diff)
downloadonionshare-a447423049b9d8b5fbeb58d83f14d875c4f5ec22.tar.gz
onionshare-a447423049b9d8b5fbeb58d83f14d875c4f5ec22.zip
Merge branch 'develop' into ci-builds
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 ece0ddb3..2e6882a5 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 = "*"