|
@@ -24,16 +24,12 @@ jobs:
|
|
cache: 'pip'
|
|
cache: 'pip'
|
|
cache-dependency-path: |
|
|
cache-dependency-path: |
|
|
setup.cfg
|
|
setup.cfg
|
|
- eth-requirements.txt
|
|
|
|
- xmr-requirements.txt
|
|
|
|
- test-requirements.txt
|
|
|
|
- alt-requirements.txt
|
|
|
|
|
|
|
|
- name: Install Python dependencies
|
|
- name: Install Python dependencies
|
|
run: |
|
|
run: |
|
|
python3 -m pip install gmpy2 cryptography pynacl ecdsa aiohttp requests pexpect scrypt semantic-version
|
|
python3 -m pip install gmpy2 cryptography pynacl ecdsa aiohttp requests pexpect scrypt semantic-version
|
|
python3 -m pip install pycryptodomex pysocks pycoin ipaddress varint pylint
|
|
python3 -m pip install pycryptodomex pysocks pycoin ipaddress varint pylint
|
|
- python3 -m pip install --no-deps py_ecc==1.6.0 mypy_extensions==0.4.1 monero
|
|
|
|
|
|
+ python3 -m pip install --no-deps py_ecc==1.6.0 mypy_extensions==0.4.1 monero pbkdf2
|
|
|
|
|
|
- name: Check the code with Pylint static code analyzer
|
|
- name: Check the code with Pylint static code analyzer
|
|
env:
|
|
env:
|