Skip to content

Commit

Permalink
[Build] Set maximum PyQt version to 5.14.0
Browse files Browse the repository at this point in the history
Travis fails on PyQt 5.14.1 with
AttributeError: module 'sipbuild.api' has no attribute
'prepare_metadata_for_build_wheel'

Backport PIVX-Project/PIVX-SPMT#30
  • Loading branch information
random-zebra committed Feb 10, 2020
1 parent 0a81156 commit 116779c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ python-bitcoinrpc>=1.0
bitcoin>=1.1.42
btchip-python>=0.1.27
trezor>=0.11.1
PyQt5>=5.9
PyQt5>=5.9,<5.14.1
requests>=2.18.4
simplejson
ecdsa

0 comments on commit 116779c

Please sign in to comment.