From b19e6332ad0795a3a4404f616f814d49c97af484 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Thu, 30 Nov 2023 11:47:27 +0000 Subject: [PATCH] add pbkdf2 mod to Pylint workflow --- .github/workflows/pylint.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index ac78343f..054f8f9b 100644 --- a/.github/workflows/pylint.yaml +++ b/.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: