Skip to content

Commit

Permalink
Remove pylint from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 19, 2024
1 parent fa39963 commit ca4db23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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:
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip pylint
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
Expand Down
9 changes: 1 addition & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
astroid==3.2.3
certifi==2024.7.4
charset-normalizer==3.3.2
dill==0.3.8
idna==3.7
instaloader==4.12
isort==5.13.2
mccabe==0.7.0
platformdirs==4.2.2
pylint==3.2.5
requests==2.32.3
tomlkit==0.13.0
urllib3==2.2.2
urllib3==2.2.2

0 comments on commit ca4db23

Please sign in to comment.