Skip to content

Commit

Permalink
Downgrade pyside2 to 5.15.1 to see if tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
micahflee committed May 5, 2021
1 parent 5a37f38 commit cb1e03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

Expand Down

0 comments on commit cb1e03d

Please sign in to comment.