Skip to content

Commit

Permalink
Updated requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbc committed Apr 20, 2023
1 parent a868da3 commit cdc952b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 requests
pip install pylint
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
xmltodict==0.13.0
requests==2.27.1
xmltodict==0.13.0

0 comments on commit cdc952b

Please sign in to comment.