- dnspython 2.0 requires cryptography 2.6 so we now always require that (no longer a choice between cryptography and pycryptodomex) - test_dnssec.py is deleted as it was testing the monkey-patch related: #6538
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
PyQt5<5.15
|
|
|
|
# we need at least cryptography>=2.1 for electrum.crypto,
|
|
# and at least cryptography>=2.6 for dnspython[DNSSEC]
|
|
cryptography>=2.6
|