summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-05-05 11:04:53 -0700
committerMicah Lee <micah@micahflee.com>2021-05-05 11:04:53 -0700
commitcb1e03db04fd6ad783d13e7ebb24193681430a61 (patch)
tree97c3a18e3067bb6258016a0bec40682983ddb017
parent5a37f38d4b90244b5f75651f844f82fd1a8b7122 (diff)
downloadonionshare-2.3.2.dev1.tar.gz
onionshare-2.3.2.dev1.zip
Downgrade pyside2 to 5.15.1 to see if tests passv2.3.2.dev1
-rw-r--r--desktop/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index b55895d8..3b31a1bd 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.2-py3-none-any.whl",
- "pyside2==5.15.2",
+ "pyside2==5.15.1",
"qrcode"
]