aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-15 20:29:06 -0800
committerMicah Lee <micah@micahflee.com>2021-02-15 20:29:06 -0800
commit4e79aacd1e892afab7dd1578ffdc75dedd1c0c6f (patch)
tree7e1c6a24418e4305b33f722e9079186372974dd6 /desktop/pyproject.toml
parentab740962c32f55caa07743733caa6c737843c319 (diff)
downloadonionshare-4e79aacd1e892afab7dd1578ffdc75dedd1c0c6f.tar.gz
onionshare-4e79aacd1e892afab7dd1578ffdc75dedd1c0c6f.zip
Use pyside 5.15.1 instead of 5.15.2, so CircleCI tests will pass
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 10b38dc4..a715e9ee 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -14,7 +14,7 @@ icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare']
requires = [
"./onionshare_cli-2.3-py3-none-any.whl",
- "pyside2==5.15.2",
+ "pyside2==5.15.1",
"qrcode"
]