add pbkdf2 mod to Pylint workflow

This commit is contained in:
The MMGen Project 2023-11-30 11:47:27 +00:00
commit b19e6332ad
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -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: