1
0

binaries: update bundled PyQt version to 5.15.2

related: https://github.com/spesmilo/electrum/issues/6461#issuecomment-756240675
This commit is contained in:
SomberNight
2021-01-07 18:55:18 +01:00
parent 59a39af433
commit 9e86bb171b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
PyQt5<5.13.2
cryptography>=2.1
PyQt5>=5.15.2
cryptography>=2.6

View File

@@ -1,4 +1,4 @@
PyQt5<5.15
PyQt5
# we need at least cryptography>=2.1 for electrum.crypto,
# and at least cryptography>=2.6 for dnspython[DNSSEC]