krz/crumb

A local alternative to your browser's history.

clone: git clone https://gitbay.org/krz/crumb.git

2c8b05646b4fc2b14c7f026a8bfe08c757498a3c

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2025-06-04T18:30:14Z

fix: update imports for ruff.yml
 .github/workflows/ruff.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml
index 2cefea1..61f90cb 100644
--- a/.github/workflows/ruff.yml
+++ b/.github/workflows/ruff.yml
@@ -21,7 +21,7 @@ jobs:
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip
-        pip install pandas plotly
+        pip install flask
     - name: Install Ruff
       uses: astral-sh/ruff-action@v3.2.2
     - name: Ruff Actions