From cb1e03db04fd6ad783d13e7ebb24193681430a61 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 5 May 2021 11:04:53 -0700 Subject: Downgrade pyside2 to 5.15.1 to see if tests pass --- desktop/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] -- cgit v1.2.3-54-g00ecf