Skip to content

Commit

Permalink
add beautifulsoup4 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
msaipraneeth committed Dec 16, 2024
1 parent e52fc5f commit c97c826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-plugin-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.11

- name: Install dependencies
run: pip install requests
run: pip install requests beautifulsoup4

- name: Query PyPI and update package list
run: |
Expand Down

0 comments on commit c97c826

Please sign in to comment.