SomberNight
4 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
3 changed files with
0 additions and
8 deletions
-
contrib/requirements/requirements.txt
-
electrum/tests/test_bitcoin.py
-
run_electrum
|
|
@ -1,4 +1,3 @@ |
|
|
|
ecdsa>=0.14 |
|
|
|
qrcode |
|
|
|
protobuf>=3.12 |
|
|
|
qdarkstyle<2.9 |
|
|
|
|
|
@ -27,12 +27,6 @@ from . import TestCaseForTestnet |
|
|
|
from . import FAST_TESTS |
|
|
|
|
|
|
|
|
|
|
|
try: |
|
|
|
import ecdsa |
|
|
|
except ImportError: |
|
|
|
sys.exit("Error: python-ecdsa does not seem to be installed. Try 'sudo python3 -m pip install ecdsa'") |
|
|
|
|
|
|
|
|
|
|
|
def needs_test_with_all_aes_implementations(func): |
|
|
|
"""Function decorator to run a unit test multiple times: |
|
|
|
once with each AES implementation. |
|
|
|
|
|
@ -60,7 +60,6 @@ def check_imports(): |
|
|
|
# pure-python dependencies need to be imported here for pyinstaller |
|
|
|
try: |
|
|
|
import dns |
|
|
|
import ecdsa |
|
|
|
import certifi |
|
|
|
import qrcode |
|
|
|
import google.protobuf |
|
|
|