add pbkdf2 mod to Pylint workflow
This commit is contained in:
parent
270a9cd3d2
commit
b19e6332ad
1 changed files with 1 additions and 5 deletions
6
.github/workflows/pylint.yaml
vendored
6
.github/workflows/pylint.yaml
vendored
|
|
@ -24,16 +24,12 @@ jobs:
|
|||
cache: 'pip'
|
||||
cache-dependency-path: |
|
||||
setup.cfg
|
||||
eth-requirements.txt
|
||||
xmr-requirements.txt
|
||||
test-requirements.txt
|
||||
alt-requirements.txt
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
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 --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
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue