Downgrade pyside2 to 5.15.1 to see if tests pass

This commit is contained in:
Micah Lee 2021-05-05 11:04:53 -07:00
parent e89fa6c977
commit 4914fe1878

View File

@ -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"
]