krz/yoshi-cli

A password manager for the command line.

clone: git clone https://gitbay.org/krz/yoshi-cli.git

d64de8f69024e9d855e92d9bef11401d3525967b

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2024-11-02T22:28:59Z

fix pylint imports
 .github/workflows/pylint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml
index d210abb..6f918b6 100644
--- a/.github/workflows/pylint.yml
+++ b/.github/workflows/pylint.yml
@@ -17,7 +17,7 @@ jobs:
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip
-        pip install pylint pandas dash plotly.express
+        pip install pylint cryptography prettytable
     - name: Analysing the code with pylint
       run: |
         pylint -d R0801 $(git ls-files '*.py')