Browse Source

add pbkdf2 mod to Pylint workflow

The MMGen Project 11 months ago
parent
commit
b19e6332ad
1 changed files with 1 additions and 5 deletions
  1. 1 5
      .github/workflows/pylint.yaml

+ 1 - 5
.github/workflows/pylint.yaml

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