Skip to content

Commit

Permalink
Update workflow and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dueringa committed Jul 12, 2024
1 parent 19f8c65 commit 7371306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint Flask dnspython
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dnspython
Flask[async]
httpx

0 comments on commit 7371306

Please sign in to comment.