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 5a37f38d4b
commit cb1e03db04
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

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